Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide Objects

I am not able to hide the objects.

I have created a variable vSelection and set it to 1 and 2 on the selection of two buttons and apply the condition in text object,

property->Layout->Condition-> vSelection=1

Value of variable is getting change when click the buttons for 1 and 2.

But text object is not hide, it always visible.

Please reply..

Thanks

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II

You may need to check Document Properties >> Security

and uncheck Show All Sheets and Objects

2014-04-16_1307.png

View solution in original post

8 Replies
Not applicable
Author

Can u pls attach your sample document??

alexandros17
Partner - Champion III
Partner - Champion III

Here it is an example

Not applicable
Author

Write the below expression in text object properties:

property->Layout->Condition-> if(vSelection=1,1,0)

Hope this will help you.

MK_QSL
MVP
MVP

Like this?

tresesco
MVP
MVP

Try :

$(vSelection)=1

rustyfishbones
Master II
Master II

You may need to check Document Properties >> Security

and uncheck Show All Sheets and Objects

2014-04-16_1307.png

Not applicable
Author

Pls find the attached file.

Not applicable
Author

Thanks Alan,

Now its working in my case.