Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I am working with qlik sense .net sdk where i need to display snapshot stored in snapshot library. Is there any way to save snapshot on local drive using .net sdk.
Currently i am using app.GetSnapshot("BQDWDT") function to get snapshot data but i am not able to download or save it.
Do you mean you want to download an image? Unfortunately, that is not possible through the engine API which is the one you interact with through the SDK. A snapshot will contain the data for the object given a specific selection, but it will still be up to the client to render the visualization. And you cannot interact with the client through the SDK.
Thanks yko for your reply. you saved my time.