Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is a condition I can use to show a field in a pivot table from a list box created by an inline load?
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.
I've seen this before, but can't remember the exact reason.
try:
(Substringcount(Concat(%DimensionID,'|'),'01')=1) and (GetSelectedCount(%Dimension)>0)