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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ismailsari
Contributor
Contributor

Ratio in Pivot Table

Hello,

In the Pivot Table, as shown in the table below, I would like to calculate two different ratios.

One is the ratio of the totals obtained directly from the Qlik tool within themselves, and the other is the ratio of the row total within itself.

Is it possible for me to set up this structure?

 

Labels (4)
1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

In your General Total Avg expression, use the TOTAL keyword to indicate you want the denominator to be the total for all rows. Like this:

Sum([General Total]) / Sum(TOTAL [General Total])

-Rob