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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Selected list box value not showing in 'Current Selections'

I am very new to QlikView, so please be patient!  I've created a list box that decodes a field based on an 'if' statement.  The values show in the list box and when I select one of the values, the filter is applied to my data, but the value of the selection does not show in the 'Current Selections'.  I can clear the selection using the icon but it doesn't display the 'Total Knee' title. 

Is there a better way to do this?

Capture.JPG

1 Solution

Accepted Solutions
swuehl
MVP
MVP

How does your If() statement in the list box look like?

If possible, create a field in the data model that filters your data, then use this field in the list box.

View solution in original post

3 Replies
swuehl
MVP
MVP

How does your If() statement in the list box look like?

If possible, create a field in the data model that filters your data, then use this field in the list box.

sunny_talwar

You may also try converting your if statement to a Aggr() with Set Analysis statement

Anonymous
Not applicable
Author

I ended up doing the decode in the LOAD statement and deleted and recreated the 'Current Selections' box.  It's working!  Thanks for the input!,