Skip to content

Instantly share code, notes, and snippets.

@erikwett
Last active April 26, 2018 09:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save erikwett/4f3efc542d545e936ff7539b8f38ceb5 to your computer and use it in GitHub Desktop.
Add alternate state to Qlik Sense property panel
addons: {
uses: "addons",
items: {
advanced: {
label: "Advanced",
type: "items",
items: {
state: {
ref: "qHyperCubeDef.qStateName",
label: "State",
type: "string",
defaultValue: "$"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment