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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add total for each year

I'm using a pivot table and I'm displaying the year on the top. I want the total for each year where each year has 4 column. I want to display the amount for these 4 columns in each year or the years selected.

see pic

myApp.png

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try adding another expression that sums the other four expressions using the rangesum function: rangesum( Column(1), Column(2), Column(3), Column(4))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try adding another expression that sums the other four expressions using the rangesum function: rangesum( Column(1), Column(2), Column(3), Column(4))


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks works great