Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody
I have an application that interacts with Qlik Sense Enterprise/Desktop and makes extensive use of the .NET SDK.
My question is: can che .NET SDK be used to connect to a Qlik Sense SaaS installation?
If so, how would I do that? And if not, are there plans to support it in the future? Or is there a valid alternative??
Thanks!
The URL to use is the tenant URL. What this URL looks like will depend on how your tenant is configured, but typically it will look something like "https://<customName>.eu.qlikcloud.com" for a tenant in the EU.
The certificate example is an example for connecting to the client managed version of Qlik Sense. As you are using the SaaS version, you should only consider the examples starting with "Qcs".
I posted a basic sample in .net in the other post:
Hi, Can you please tell us that from which version onwards the support for this QCS connection is provided in the Engine SDK. Also I would like to know that, is it possible to create apps and do all other app operations like setting script, creating charts etc with this QcsLocation as well like other locations from Engine SDK. Actually when I checked I couldn't find any methods for creating app as available with other locations ?.
If not possible what is the alternative, only RestClientSDK ?.
FYI i'm using latest SDK version(16.10.0).
Thanks in advance
Hi! Connections to QCS have been supported since v15.2.1 (November 2020) when the class "Qlik.Engine.QcsLocation" was introduced.
https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm...
And yes, it's possible to do all the operations you ask for, but perhaps you can post a new question here on Community with this question? I think it would be better to give a more elaborate answer in a dedicated thread as it is sort of off topic from the original question in this thread.
Got it. Thanks for the reply. I'll consider creating a new thread as you suggested for the other one.