Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Conditional Show Based on Field Value

I have a list box that I only want to display when a certain field has a specific value.

I have tried to code this in the layout tab of the list box in the SHOW/Conditional dialouge as :

SEGMENT = {'VALUE A'}

This is not working. I am sure the resolution is simple but I cant seem to figure it out. Any help is appreciated.

Thank you,

- dave

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

try with

GetFieldSelections(SEGMENT) = 'VALUE A'

let me know

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

try with

GetFieldSelections(SEGMENT) = 'VALUE A'

let me know

ankit777
Specialist
Specialist

Hi,

just simply write SEGMENT = 'VALUE A'

Anonymous
Not applicable
Author

Thank you Alessandro. Quick question ... If I wanted to have multiple values in this field, would I seperate with a comma?

GetFieldSelections(SEGMENT) = 'VALUE A, VALUE B, VALUE C'

Not applicable
Author

I have used  GetCurrentField(SEGMENT)='VALUE A'