> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release8.2/connectors/connector-repositories/reporting-tool/qlik-sense.md).

# Qlik Sense

OvalEdge provides a Qlik Sense connector that supports integration with both **on-premises and cloud deployments** of Qlik Sense. The connector enables metadata extraction, report structure visibility, and lineage tracking for Qlik Sense assets across supported environments.

### **Connector Configuration Steps**

Users are required to have the **Connector Creator Role** in order to configure a new connection.

Log into the OvalEdge application, navigate to **Administration > Connectors**, click **+ (New Connector)**, and search for **Qlik Sense**.

In the **Type of Server** field, select one of the following options from the dropdown:

* [**QliksenseOnPrem**](https://docs.ovaledge.com/connectors/connector-repositories/reporting-tool/qlik-sense/qlik-sense-on-prem)
* [**QliksenseCloud**](https://docs.ovaledge.com/release8.1/connectors/connector-repositories/reporting-tool/qlik-sense/qlik-sense-cloud)

### **Configuration Overview**

The selected **Type of Server** determines the configuration flow, authentication method, and connectivity approach.

* **QliksenseOnPrem**\
  Uses REST APIs and WebSocket for connectivity. Supports Windows, JWT, cookie-based, and certificate-based authentication. Requires a service account with appropriate administrative permissions.
* **QliksenseCloud**\
  Uses REST APIs for connectivity. Authentication is performed using a Qlik Sense Cloud API key. Requires appropriate access permissions for metadata extraction.

### **Authentication and Access**

Authentication and access control depend on the selected server type and are governed by service account permissions and application-level access rights.

{% hint style="warning" %}
Configuration parameters, authentication methods, and metadata extraction behavior vary based on the selected Type of Server. Validate connectivity and permissions before enabling crawling and lineage operations.
{% endhint %}

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners GA USA


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/release8.2/connectors/connector-repositories/reporting-tool/qlik-sense.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
