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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser222
Creator
Creator

Conditional hiding??

Hi All,

I have a requirement where I need to show objects based on filed selections,

PFA and please help me.

Thanks

Labels (1)
1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

see attached file

Textbox 1 --> show conditional --> if(GetFieldSelections(Test)='test1',1,0)

Textbox 2 --> show conditional --> if(GetFieldSelections(Test)='test2',1,0)

Textbox 3 --> show conditional --> if(GetFieldSelections(Test)='test3',1,0)

View solution in original post

1 Reply
Frank_Hartmann
Master II
Master II

see attached file

Textbox 1 --> show conditional --> if(GetFieldSelections(Test)='test1',1,0)

Textbox 2 --> show conditional --> if(GetFieldSelections(Test)='test2',1,0)

Textbox 3 --> show conditional --> if(GetFieldSelections(Test)='test3',1,0)