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: 
upaliwije
Creator II
Creator II

Pivot Table

Hi,

I have following Pivot Table where I can't calculate the % as I want

PAID_MONTHPROV_MONTHPROVISION Pivot %Correct %
2015-01>5 MONTHS42,561,9948%17%
2015-012014-097,935,7242%3%
2015-012014-1014,965,7393%6%
2015-012014-1129,029,2796%12%
2015-012014-1279,093,41015%32%
2015-012015-0175,031,82114%30%
2015-01Total248,617,96948%100%
2015-02>5 MONTHS19,259,5684%7%
2015-022014-1019,358,7244%7%
2015-022014-1112,433,0362%5%
2015-022014-1252,992,43310%19%
2015-022015-0151,543,30310%19%
2015-022015-02117,331,24722%43%
2015-02Total272,918,31052%100%
Total521,536,278100%

Expression I have written is follows

SUM(NET_PROVISION)/SUM(TOTAL(NET_PROVISION))

The Pivot % is tne one I get from the Pivot Tbale where as I want % to be calculated as given in last column  (Correct %). Pls help me

1 Solution

Accepted Solutions
maxgro
MVP
MVP

SUM(NET_PROVISION) / SUM(TOTAL <PAID_MONTH> NET_PROVISION)

View solution in original post

2 Replies
maxgro
MVP
MVP

SUM(NET_PROVISION) / SUM(TOTAL <PAID_MONTH> NET_PROVISION)

upaliwije
Creator II
Creator II
Author

Thanks a lot