Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
master_t
Partner - Creator II
Partner - Creator II

.NET SDK on Qlik Sense SaaS?

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!

Labels (3)
14 Replies
Øystein_Kolsrud
Employee
Employee

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".

NadiaB
Support
Support

Hi @Spartan27215 

I posted a basic sample in .net in the other post: 

https://community.qlik.com/t5/Move-to-SaaS/How-to-bulk-add-users-when-using-Azure-AD-Idp/m-p/2025076...

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
rob_geo4
Contributor II
Contributor II

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

Øystein_Kolsrud
Employee
Employee

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.

rob_geo4
Contributor II
Contributor II

Got it. Thanks for the reply. I'll consider creating a new thread as you suggested for the other one.