Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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.