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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide a Button

Hi Guys

Wonder if any one can help me out there, the attached report that I am working on for my client works fine but they don't want the button on the right to show unless the column label ButtonSet in the data = 1, can any one help I have tried several options but no joy.

7 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Here it is ...

p_verkooijen
Partner - Specialist II
Partner - Specialist II

use conditional:

index(Concat(distinct ButtonSet, ';'), '1')>0

Not applicable
Author

Sorry can't get it to show even if I change the code in the background

Not applicable
Author

Paul any chance you can add it in so I can see it in place as I will have 16 more of these to do. I also forgot to mention it also need's to look at the Indicator field as this rule will only apply to certain Indicators.

rohan_mulay
Partner - Creator
Partner - Creator

Go to the properties window of the Button you want to hide/Unhide selec, go to Layout tab , Select the 'Conditional' radio button and specify the condition ButtonSet=1 and click Ok. Now the buttons will be displayed only when you will select '1' from ButtonSet field.

Refer the attached app

p_verkooijen
Partner - Specialist II
Partner - Specialist II

see attachment, you could can use a enable conditional (button is greyed out until  possiblevalues in buttonset contains 1) or show conditional (button is hidden until possiblevalues in buttonset contains 1)

Not applicable
Author

This hides all buttons. I have got it to just hide the one button but I still need the indicator column to drive this one forward that little bit more.