Last active
December 5, 2017 13:24
-
-
Save erikwett/adade4f74b751c8b402ae34afcb90873 to your computer and use it in GitHub Desktop.
Support snapshot in Qlik Sense extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// turn snapshot support on in your extension | |
support: { | |
snapshot: true, //snapshot - include in story | |
export: true, //export to PDF, PowerPoint and image | |
exportData: true //export data to excel | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment