Skip to main content
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

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)