Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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??
Creation of Button using Extension and then MACRO for PDF email, will work?
saw some articles, QS does not support Macro![]()
No macro supported.. there are extension but not importing to server.. even after installing qlikteck patch
may be helpful for you?
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
Hi Balraj,
Extension API's help you achieve and mock what macros do in Qlikview.