Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I would like to know, what is the best practice to do the processing large amount of data with (qlik with .Net SDK.)
Do, I need to get those data from the SQL or just load the scripts from the qliksense and do the processing.
Please suggest best way to do it.
Thanks,
Santosh
What kind of processing are we talking about here? Do you want to process the input data for Qlik, or do you want to utilize the processing features of Qlik (like evaluated measures)? If it is the former, then there is no real need to go through Qlik, and I would probably have grabbed the data directly from the source, but if it's the latter then you don't have much choice and will have to go through the engine API.
Hello Øystein Kolsrud ,
Thanks for the response, I would like to know what is the best approach to use .NET SDK with Qlik sense?
what is best use case, to use .Net SDK. where it could be benifical.
Thanks,
Santosh
The .Net SDK is primarily a .Net wrapper for the engine API. I see I missed adding that piece of information to my previous comment. It is use cases where you need the engine to do some work where the .Net SDK is beneficial. The exact use cases can very quite a lot though.