Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
chavanqlik
Partner - Contributor III
Partner - Contributor III

Looking Qlik with .Net SDK Tutorial

Hello All,

I'm beginner in Qlik Sense, I'm trying to find Qlik with .Net tutorial. I could find only documentation of Qlik (Windows (.NET) applications ‒ Qlik Sense Developers) other than that could not able reach to the other resources.

Can anybody please suggest, where I could find the best tutorial for .Net with SDK.

Thanks,

Santosh

1 Reply
Øystein_Kolsrud
Employee
Employee

The section you refer to is where you will find most information. There are a number of examples there that can be a good starting point for you, so check out this page:

Code samples of capabilities and use cases of Qlik Sense .NET SDK ‒ Qlik Sense Developers

From an earlier post you had, it sounded like you might want to extract data from Qlik Sense through the .Net SDK, and in that case I can recommend reading up on the concepts of generic objects and hypercubes. You can find an example of how to use them through the SDK here:

GitHub - kolsrud/qlik-dot-net-sdk-hypercube-usage

And there's a section describing data retrieval here:

Retrieving data ‒ Qlik Sense Developers