Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

hide and show

Hi All,

How to achieve below condition.

PFA

Thanks in advance.

1 Solution

Accepted Solutions
gautik92
Specialist III
Specialist III

Have a look at this

View solution in original post

9 Replies
gautik92
Specialist III
Specialist III

with variable and layout options you can achieve this

avinashelite

Create a variable for hide and show , based on the button click>action >update the condition for the variable .

Then you can use this variable in the LAYOUT tab...for the close button also use this variable

gautik92
Specialist III
Specialist III

Have a look at this example

Not applicable

Hi

PFA

prma7799
Master III
Master III
Author

Hi Gowtham,

I want whenever i click on filter button it will  change the with close.

Thanks

gautik92
Specialist III
Specialist III

I cant get what you mean?

prma7799
Master III
Master III
Author

I means the name 'filter' will automatically change as 'close' after selecting filter button.

thanks

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

You need to create a variable

Go to Variable Overview

Step 1

1 - click Add

2 - Enter vShowHide

3 - Click OK

4-  Select the vShowHide variable and enter 0

Step 2

5  - Create a Button

6 - Click Action tab

7 -  Click Add

8 - Under Action Type select External

9 -  Under Action select Set Variable

10 - Click OK

11 -  In Variable enter vShowHide

12 - Value enter =IF(vShowHide =0 ,1 ,0)

13 -  For every other Filter you want to show and hide

14 - Go to Layout and under Show select Conditional and select =vShowHide = 1

gautik92
Specialist III
Specialist III

Have a look at this