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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
pirotfab
Creator
Creator

show / hide an object with a text box

Hello,

Is it possible to display and hide an object using a button or a text box?

With a variable or macro?

thank you

4 Replies
sunny_talwar

Yes you can. You can use a variable which is controlled by button or text box object.

Sample attached

Anonymous
Not applicable

you can make use of a variable.

button or text: define Action set variables to 0 or 1

in your object define layout conditional: if yourvariable = 1

macro is also possible. i recommend variable if possible

jduarte12
Partner - Creator II
Partner - Creator II

Hello

Why don't you define a condition for showing your object in its layout tab?

Using a variable is also a possible solution.

Regards,

João Duarte

pirotfab
Creator
Creator
Author

thank you,

it works very well with variables