Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to change the value of a variable when i do a selection on a graph.
for exaple:
variable x=1
i do a selection on one graph and the value of "x" chage from 1 to 0.
Regards,
Davide.
Depending on exactly what you want you may well be able to achieve is by using Triggers either linked to the Activation / Deactivation of the Chart (Sheet Properties > Triggers > Sheet Object Event Triggers > Add Action > 'Set Variable'
Alternatively you could also set an Action via a Trigger linked to the Dimension of the chart (Document Properties > Triggers > Field Event Triggers). This could be set to be triggered 'OnChange' or 'OnSelect'.
Not exactly what you seem to need but may well achieve the same end result.
All the best,
Matt - Visual Analytics Ltd
@QlikviewBI
Depending on exactly what you want you may well be able to achieve is by using Triggers either linked to the Activation / Deactivation of the Chart (Sheet Properties > Triggers > Sheet Object Event Triggers > Add Action > 'Set Variable'
Alternatively you could also set an Action via a Trigger linked to the Dimension of the chart (Document Properties > Triggers > Field Event Triggers). This could be set to be triggered 'OnChange' or 'OnSelect'.
Not exactly what you seem to need but may well achieve the same end result.
All the best,
Matt - Visual Analytics Ltd
@QlikviewBI
Thank You!