Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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: