Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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)