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

Hide / Unhide Status box

Hi all

Do you know is it possible to hide / unhide the statusbox with a button?


When I remember right there must be something with variables 0/1 and set value (button)

But I'm not sure and my trial doesn't work, I also don't know where to put the variable at the statusbox....mmmmh???

Hope you can help, thx

Oliver

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Alt + Ctr +v

add variable

then add a button (hide)

in button properties

add action

external -> set variable

give your variable name and value (0)

then care other button (show)and same procedure value (1)

now you need to change properties of your statusbox

layout tab

check conditional show

and give expression if(var1=1,1,0)

Thanks

BKC

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Alt + Ctr +v

add variable

then add a button (hide)

in button properties

add action

external -> set variable

give your variable name and value (0)

then care other button (show)and same procedure value (1)

now you need to change properties of your statusbox

layout tab

check conditional show

and give expression if(var1=1,1,0)

Thanks

BKC

awhitfield
Partner - Champion
Partner - Champion

Hi Oliver,

simple example attached, similar to the last post.

Andy

Not applicable
Author

Hi all

so far so good, but how or where can I define which element I want to hide (my statusbox)?

I cannot find something like "conditional show" in the layout tab, also not in properties of my status box

Thanks for your help

Oliver

Not applicable
Author

got it 🙂

Thank you very much for your help!

Cheers

Oliver