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: 
d_koti24
Creator II
Creator II

Regarding Button Hide

Hi All,

I Have 3 Buttons, but1,but2,but3

i want to display these 3 buttons default

when i click but1 i want hide but1,and show the remaining two buttons,

if i click but2, i want to hide but2 and show reamining two buttons.

if cilck clear i want to display 3 buttons.

how to achive this?

regards,

kd

3 Replies
ThornOfCrowns
Specialist II
Specialist II

Set a variable, then change it through the button action(s).

Use this as the conditional show of each button.

for example:

let vShowButtons = 3

On click of button1 set vShowbuttons = 2

Set the condition to show the button when vShowbutton = 1 or 3

On click of button2 set vShowbuttons = 1

Set the condition to show the button when vShowbutton = 2 or 3

On click of button2 set vShowbuttons = 3

Set the condition to show the button when vShowbutton = 1, 2 or 3

Button 3 does not need a conditional show, but it's there just in case.

alexandros17
Partner - Champion III
Partner - Champion III

Take a look at the example

sunny_talwar

See if the attached helps.

Best,

Sunny