Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Qliksense Scenario

Hi,

Can i send my dashboard snapshot or PDF, automatically over the email or i can add some kind of the button over the dashboard by clicking on them i can get the Dashboard Snapshot??

6 Replies
Anonymous
Not applicable

Creation of Button using Extension and then MACRO for PDF email, will work?

Anonymous
Not applicable

saw some articles, QS does not support Macro

abhaysingh
Specialist II
Specialist II
Author

No macro supported.. there are extension but not importing to server.. even after installing qlikteck patch

reddy-s
Master II
Master II

Hi Abhay,

You achieve to get a snap shot on click of a button. I would suggest you create an extension which has a button and use the below code to generate a snapshot.

app.CreateSnapshot("SnapShot", "SheetID", "ObjectID");


For Emailing and other implicit functionalities, N Printing is the way to go.


Thanks,

Sangram Reddy

reddy-s
Master II
Master II

Hi Balraj,

Extension API's help you achieve and mock what macros do in Qlikview.