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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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.

Labels (1)
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.