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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sass
Contributor
Contributor

Total on each line

Hello 

In a table, I want to show the same result for each line.

Example : 

Category | Product | Sales | Total Sales by category

Category A - Product Z - 10 - 30

Category A - Product X - 10 - 30

Category A - Product Y - 10 - 30

Catergory B - etc.

 

I tried : aggr(sum(sales), category) but it doesn't work..

Thank you

1 Solution

Accepted Solutions
jaibau1993
Partner - Creator III
Partner - Creator III

Hi! Try

Sum(Total <Category > Sales)

Regards,

Jaime.

View solution in original post

1 Reply
jaibau1993
Partner - Creator III
Partner - Creator III

Hi! Try

Sum(Total <Category > Sales)

Regards,

Jaime.