Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have a fields in straight table and i want to exclude some values in dimension dynamically.
fields like
now if i enter any value in input box it should not visible in the straight table
example :
if i enter apple,ball
it should not appear in the straight table
You would have to add set analysis similar to the Count(A) expression to any other expression you put in the table. So in this case it would be:
Count({<A-={$(ExcludeA)}, B-={$(ExcludeB)}, C-={$(ExcludeC)}>} DISTINCT A)