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: 
sunitha_chellaiah
Partner - Creator
Partner - Creator

Row wise percentage in pivot table

Hi,

I want to row wise percentage in pivot table. But I am not getting the desired output.

sunitha_chellaiah_0-1613391628812.png

Percentage to be shown against each branch. But here it is showing 100.0.

I have used below mentioned expression.

(sum(pm.TOTAL_BILL_AMOUNT))/(sum(TOTAL<BranchName> pm.TOTAL_BILL_AMOUNT))*100

Please give me a solution.

Thanks.

1 Reply
mfchmielowski
Creator II
Creator II

Hi.

Try:

(sum(pm.TOTAL_BILL_AMOUNT))/(sum(TOTAL<BranchName=> pm.TOTAL_BILL_AMOUNT))*100

 

Note that there is = sign after BranchName.