Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Download snapshot Qlik Sense .Net SDK

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.

2 Replies
Øystein_Kolsrud
Employee
Employee

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.

Not applicable
Author

Thanks yko for your reply. you saved my time.