Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
in button object once click on button to show the particular chart from user then after once again click on the button another chart is visible to the user and hide the previous chart.....? HOW IT IS POSSIBLE PLZ CLARIFY MY DOUBT ANYONE URGENT.......
yes it is possible
please find atta chemnt
if(vChart =0 ,1,0)
by using above exp
Hi Subbu
See the Attachment.
You'll get the Clarity.
In my personal pc i have only trail version can't open atta chemnt file so plz send any document .....about this property
Define a new variable, let's say vChartType
Create a button
Add a Set-Variable action to the button. The variable to be set is vChartType. The value is:
=IF($(vChartType) = 1, 0, 1)
Now in the first chart, select Properties->Layout and activate conditional show with expression $(vChartType) = 0
In the other chart, do the same with expression $(vChartType) = 1
That's it.
Peter
Create a variable vShow and define value =1.
Create a button--->actions-external---->setvariable---vShow--->value---->=if(vShow=1,0,1)
in the first chart, select Properties->Layout and activate conditional show with expression vShow=0
In the other chart, do the same with expression vShow = 1
Regards
Mahesh T
Hi, Subbu.
Have a look at this blog about buttons. It gives you advice, sample code for the buttons and some working examples.
http://www.quickintelligence.co.uk/qlikview-buttons/
Regards,
Neil