Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
kicchu465
Creator
Creator

RE:show Hide

Hi all,

I have two text objects

I want to hide  when I clik one text object other should hide , like that I want to achieve

how can I do that?

6 Replies
avinashelite

On click of one text object it should hide other ? and when it should be visible again ?


create a variable

vShow =1 and in the first text object add a trigger to set the variable value to 2

and in the second text box add the condition in layout >condition vShow=1


tresesco
MVP
MVP

Conditional expression in layout tab like:

For listbox Field1 =Not getselectedcount(Field2)

For listbox Field2 =Not getselectedcount(Field1)

Capture.JPG

kicchu465
Creator
Creator
Author

Hi All,

Thanks a lot for your replies.

The above has achieved what I am looking for.

Regards,

Kb

avinashelite

Ok if you have for the answers then please mark the correct answer and close this thread

Anonymous
Not applicable

Hi,

I have posted Basic Show Hide Object using Variable ll be useful