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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

button object properties

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.......

6 Replies
Not applicable
Author

yes it is possible

please find atta chemnt

if(vChart =0 ,1,0)

by using above exp

aveeeeeee7en
Specialist III
Specialist III

Hi Subbu

See the Attachment.

You'll get the Clarity.

Not applicable
Author

In my personal pc i have only trail version  can't open atta chemnt file so plz send any document .....about this property

Peter_Cammaert
Partner - Champion III
Partner - Champion III

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

Not applicable
Author

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

ngulliver
Partner - Specialist III
Partner - Specialist III

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