Skip to content

setsensevariable

Daniel Larsson edited this page Feb 14, 2025 · 1 revision

SetSenseVariable action

Sets a Qlik Sense variable on a sheet in the open app.

  • name: Name of the Qlik Sense variable to set.
  • value: Value to set the Qlik Sense variable to. (supports the use of session variables)

Example

Set a variable to 2000

{
     "name": "vSampling",
     "value": "2000"
}
Clone this wiki locally