Skip to content

Instantly share code, notes, and snippets.

@erikwett
Last active December 5, 2017 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikwett/adade4f74b751c8b402ae34afcb90873 to your computer and use it in GitHub Desktop.
Save erikwett/adade4f74b751c8b402ae34afcb90873 to your computer and use it in GitHub Desktop.
Support snapshot in Qlik Sense extension
// 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