Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying graphs on a condition

I am using  text boxes to set a variable 'vShowChart' to values from 1 to 20 .

that is ,  go to the Properties > Actions> set variable > vshowChart = 1;

                          Properties > Actions> set variable > vshowChart = 2;

                          Properties > Actions> set variable > vshowChart = 3; and so on until 20

I have 20 graphs which needs to be displayed based on the vShowChart values

that is, if vShowChart = 1 then display Chart1;

           if vShowChart = 2 then display Chart2;

           if vShowChart = 3 then display Chart3; and so on

For achieving this , I go the chart properties> Layout >Show >Conditional and set the variable appropriately .... but even after doing this I am nt able to achieve the above functionality... Any thoughts on where I am going wrong???

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Are your all charts displayed even after assigninf Conditional display from Layout tab??

If yes  then first of all check whether your variable is being assigned to new value when you click your textboxes.

Moreover please press Ctrl+Shift+S
and then check if conditions are being enabled or not.

If not, please post a sample qvw to check.

Regards

Nitin

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Are your all charts displayed even after assigninf Conditional display from Layout tab??

If yes  then first of all check whether your variable is being assigned to new value when you click your textboxes.

Moreover please press Ctrl+Shift+S
and then check if conditions are being enabled or not.

If not, please post a sample qvw to check.

Regards

Nitin

jvishnuram
Partner - Creator III
Partner - Creator III

Hi Anitha,

Can you post sample qvw., if Possible otherwise make one dummy and post it here.

VJ
Not applicable
Author

Thanks for the quick reply...

Cntrl+shift+s did the trick....

CAn you please let me know what is this for???

Anonymous
Not applicable
Author

This command enables or disables all the conditions being defined in Layout tab....


Not applicable
Author

Thank you