-
Notifications
You must be signed in to change notification settings - Fork 3
setsensevariable
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
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)
Set a variable to 2000
{
"name": "vSampling",
"value": "2000"
}
The file has been generated, do not edit manually