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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Iras
Contributor III
Contributor III

How to get values in % w.r.t total of overall column excluding dimension value in Pivot table

Dear all, 

I am facing an issues to get the % values w.r.t total values . below is the scenerio what I am looking for 

The Pivot table in actual :

Groups05_201606_201607_201608_2016
groceries4485
Electric5334
mail6523
Total15121312

 

I want to convert the above table in % as below

Groups05_201606_201607_201608_2016
groceries27%33%62%42%
Electric33%25%23%33%
mail40%42%15%25%

 

To get the values in % I divided count based on Group divided by total count for that particular reporting month. for example: fo Groceries (4) for reporting month 05_2016 i.e. 4/15  i.e. 27%. 

Regards 

Iras

Labels (2)
1 Solution

Accepted Solutions
OmarBenSalem

Sum(Sales)/sum(total <Date> Sales)

 

Capture.PNG

View solution in original post

1 Reply
OmarBenSalem

Sum(Sales)/sum(total <Date> Sales)

 

Capture.PNG