Qlik Sense


Qlik Sense


This page outlines the steps to connect Qlik Sense to CData Connect Cloud. You can use either CData Connect Cloud Virtual SQL Server API or the CData Connect Cloud OData endpoint to connect.

Prerequisites for Connecting via Virtual SQL Server API

Before you connect via Virtual SQL Server API, you must first do the following:

  • Connect a data source to your CData Connect Cloud account. See Connections for more information.
  • Generate a Personal Access Token (PAT) on the Settings page. Copy this down, as it acts as your password during authentication.

Connecting to CData Connect Cloud via Virtual SQL Server API

To establish a connection from Qlik Sense to the CData Connect Cloud Virtual SQL Server API, follow these steps.

  1. Log in to Qlik Sense.

  2. On the home dashboard, click Create > Data connection. Click + to create a new connection.

  3. In the Create data connection dialog, enter Microsoft SQL Server in the search bar. Click the Microsoft SQL Server button that appears below.

  4. Enter the connection settings.
    • Database Properties
      • Server—enter tds.cdata.com
      • Port—enter 14333
      • Database—enter the Connection Name of the CData Connect Cloud data source you want to connect to (for example, Salesforce1).
      • Encrypt—check this box, but do not upload a certificate file.
      • Trust Server Certificate—check this box.
      • Minimum TLS—leave as 1.0.
    • Authentication
      • Use Trusted Connection—leave unchecked.
      • Use NTLM—leave unchecked.
    • Account properties
      • User defined credentials—set this according to your needs.
      • User name—enter your CData Connect Cloud username. This is displayed in the top-right corner of the CData Connect Cloud interface. For example, test@cdata.com.
      • Password—enter the PAT you generated on the Settings page.
    • Leave the settings below Account Properties blank and unchecked.

  5. Click Test connection to test your entered credentials. If you receive an error, check all fields and try again.

  6. Click Create to create the connection.

Your connection is now available for data analysis.

Prerequisites for Connecting via OData Endpoint

Before you connect to CData Connect Cloud via the OData endpoint, you must first do the following:

  • Connect a data source to your CData Connect Cloud account. See Connections for more information.
  • Create a virtual dataset Workspace. Later, you will use the OData Service URL on that page (https://cloud.cdata.com/api/odata/{workspace_name}) with the relevant workspace name to establish the connection. See Virtual Datasets for more information.
  • Generate a Personal Access Token (PAT) on the Settings page. Copy this down, as it acts as your password during authentication.

Connecting to CData Connect Cloud via OData Endpoint

To connect to CData Connect Cloud using the OData protocol, follow these steps.

  1. Log in to Qlik Sense.

  2. On the home dashboard, click Create > Data connection. Click + to create a new connection.

  3. In the Create data connection dialog, enter OData in the search bar. Click the OData connector that appears below.

  4. Enter the connection settings for OData.

    • Authentication
      • OData Service Roothttps://cloud.cdata.com/api/odata/{workspace_name}
      • Authentication Type—select Basic.
    • Account credentials
      • User defined credentials—set this according to your needs.
      • Credentials name—enter a user-defined name for your credentials, if necessary.
      • User name—enter your CData Connect Cloud username. This is displayed in the top-right corner of the CData Connect Cloud interface. For example, test@cdata.com.
      • Password—enter the PAT you generated on the Settings page.
      • Auth header—leave this blank.

  5. Click Test connection to test your entered credentials. If you receive an error, check all fields and try again.

  6. Click Create to create the connection.

Your connection is now available for data analysis.