Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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???
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
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
Hi Anitha,
Can you post sample qvw., if Possible otherwise make one dummy and post it here.
Thanks for the quick reply...
Cntrl+shift+s did the trick....
CAn you please let me know what is this for???
This command enables or disables all the conditions being defined in Layout tab....
Thank you