Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I make a Pivot Table with a dimension, which is a function.. like If(x)
This dimension must be used in an other function, like GetFieldSelections.
WHich is the solution to find the value of the function?
thanks for helping
Frédéric S.
@Frédéricdh Could you provide example of what you are trying to achieve? In general, when you perform selection on pivot table dimension value, it actually applies selection on Field defined in calculated dimension. Hence, you should be able to use GetFieldSelections(Field_name)
Where Field_name is the field defined in the calculated dimension of the pivot table.