Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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.
You may also try converting your if statement to a Aggr() with Set Analysis statement
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!,