Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Frédéricdh
Creator II
Creator II

Pivot Table with calculated Fields

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.

Labels (2)
1 Reply
Kushal_Chawda
MVP
MVP

@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.