Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Save $600 on Qlik Connect registration! Sign up by Dec. 6 to get an extra $100 off with code CYBERSAVE: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

modify variable value when do selection on graph

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.

1 Solution

Accepted Solutions
matt_crowther
Luminary Alumni
Luminary Alumni

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

View solution in original post

2 Replies
matt_crowther
Luminary Alumni
Luminary Alumni

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

Not applicable
Author

Thank You!