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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
guyvermeiren
Creator
Creator

Share of total in columns pivot table

Hello,

I have a pivot table where the selected years (dimension) are the headers of my colums with as expression the Count of Actions with subtotals for the Type of actions. So the result is for each year the number of Actions by Type. Now I want to show my data as a percentage (share) of the toal for each column.

How ??

Kind regards,

Guy

1 Solution

Accepted Solutions
sparur
Specialist II
Specialist II

If I understood you should create expression like this:

count(Action) / count(TOTAL <TypeOfAction> Action)

View solution in original post

2 Replies
sparur
Specialist II
Specialist II

If I understood you should create expression like this:

count(Action) / count(TOTAL <TypeOfAction> Action)

guyvermeiren
Creator
Creator
Author

Hi,

Thanks, this works perfect. I only replaced action by Year.

Kind regards