# Qlik Sense

This guide will walk you through how to set up a Qlik Sense connector in the Datalogz Control Tower using the virtual proxy with header method for authentication. [This Qlik method for authentication is easy to set up and a good choice for a development environment or between trusted systems.](https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/Platform/Content/Sense_PlatformOverview/Examples/config-header-authentication.htm)

{% hint style="info" %}
Certificate authentication is available on request, but to authenticate using certificates:

* Datalogz must have a copy of the client SSL certificate.
* All requests must carry administrator level permissions.
  {% endhint %}

### Setup Overview

Below is the order of operations for completing the Qlik Sense connector setup

1. Create a virtual proxy with header authentication in the Qlik Management Console (QMC)
2. Create a Qlik Sense connector in Datalogz Control Tower

### Prerequisites

{% stepper %}
{% step %}

### Create the virtual proxy with header authentication in the Qlik Management Console (QMC)

1. [Follow the steps outlined here](https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/Platform/Content/Sense_PlatformOverview/Examples/config-header-authentication.htm)

Note: Note the following information will be needed to continue:

1. Qlik Sense host URL
2. Virtual proxy prefix
3. Virtual proxy header name
4. Virtual proxy header value
   {% endstep %}

{% step %}

### Create a Qlik Sense connector in Datalogz Control Tower

1. [Log in to your Datalogz account](https://app.datalogz.io/#/auth/signin)
2. [Navigate to your organizations connectors](https://app.datalogz.io/#/organization/connectors)
3. [Select New Connector](https://app.datalogz.io/#/organization/connectors/new)
4. [Select Qlik Sense](https://app.datalogz.io/#/organization/connectors/new/qlik_sense)
5. Enter the following information obtained in the previous steps
   1. **Host**
   2. **Virtual proxy prefix**
   3. **Virtual proxy header name**
   4. **Virtual proxy header value**
   5. **(Optional) NPrinting configuration. See below**
6. Click **Connect**
7. Enter a **Connector Name**
8. Select the snapshot frequency, e.g., **Weekly** or **Daily**
9. Click **Next**
10. Click **Confirm and Finish**
    {% endstep %}

{% step %}

### NPrinting Details (Optional)

Note: NPrinting setup is ***optional***, but highly recommended as it provides a way to monitor usage and distribution of reports from Qlik Sense. The steps below assume that [NPrinting is already installed and configured in your environment](https://help.qlik.com/en-US/nprinting/February2025/Content/NPrinting/DeployingQVNprinting/Deploying.htm) and that you have the following information.

1. **NPrinting Server Name**
2. **NPrinting Port**
3. **NPrinting User Domain**
4. **NPrinting User Name**
5. **NPrinting Password**
   {% endstep %}
   {% endstepper %}

For questions or assistance with this setup, please contact Datalogz support <support@datalogz.io>


---

# Agent Instructions: 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:

```
GET https://docs.datalogz.io/guides/organizational-setup/bi-connectors/qlik-sense.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
