Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have the following issue:
I have a certain table and I want the table to ignore a selection in a specific field.
When taking into account the Expressions- no problem here, I use set analysis and successfully ignore that field selection/
However, I have a calculated dimension without any set analysis....
Is there any way to make this calculated dimension to ignore a specific field selection without set analysis?
thanks!!
Ella
This is not relevant.
I specifically wrote without set analysis and you gave me a blog about set analysis
How about... =if(Field <> 'Value', Dimension) ?
Try with this :
=if(GetSelectedCount(Field)=0,CalculatedDimension)