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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Condition to show a field

What is a condition I can use to show a field in a pivot table from a list box created by an inline load?

11 Replies
Not applicable
Author

I changed it to the name of the field from the list box.. and it shows up regardless of whether you choose it or not.

simenkg
Specialist
Specialist

I've seen this before, but can't remember the exact reason.

try:
(Substringcount(Concat(%DimensionID,'|'),'01')=1) and (GetSelectedCount(%Dimension)>0)