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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Specialist
Specialist

Calculate total of all the months in table

Hello All,

I have below table :-

Aspiring_Developer_1-1648645582155.png

 

I wish to show the total of all the months in single row .

For instance Oct 21 the sum (closed_wkg_days) should be (56+27+17+11+65+48+9+2+59+45+21+1+0+96+29+24+10+5).

My requirement is to show the sum of all values present in each month and show only one single record for that .

I am not able to figure out how to show all the values in single row. Can anyone please help ?

Thanks in advance

@Kushal_Chawda @sunny_talwar 

Labels (1)
1 Reply
justISO
Specialist
Specialist

Hi, simply remove CATEGORY column of your table and you will see total sum by month like this:

justISO_0-1648709102714.png

or if you need to also see categories, you can create not simple table, but Pivot table, with dummy row for total total (expression:  ='total'), month, category, and measure for sum closed_wkg_days and you will see your data like this:

justISO_1-1648709286089.png