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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Stevan_Klaas
Partner - Contributor II
Partner - Contributor II

Calculate Percentages dynamically over columns on a Pivot Table

Dear Community,

 

I am trying to have a pivot table to calculate a measure divided by the total of this measure accross a column field.

And I want the percentage to be calculated dynamically on the first column, whatever field is placed there by the user.

In the formula sum (total <Market> Sales), the modifier should be dynamic based on the first column field.

Thanks,

Stevan

Stevan_Klaas_1-1632932311188.png

 

 

1 Solution

Accepted Solutions
jbhappysocks
Creator II
Creator II

Hi!

If I understand what you want to achieve correctly  <"$(=GetObjectDimension(1))">  should do the trick. 

View solution in original post

2 Replies
jbhappysocks
Creator II
Creator II

Hi!

If I understand what you want to achieve correctly  <"$(=GetObjectDimension(1))">  should do the trick. 

Stevan_Klaas
Partner - Contributor II
Partner - Contributor II
Author

Just perfect and easy !

Thanks a lot !!

Stevan