Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
SatyaPaleti
Creator III
Creator III

Help to add YTD & MTD in Pivot Table

Hi Folks,

Could some one can please help me How can we add YTD & MTD in the bottom of the Pivot table.

Ytd_qlik.JPG

I am showing Jul and August Sales and in September I have to show all the dates Sales. So I need two total at bottom one is Totals for all the months and one is Total for all the Days. As per below screenshot

Ytd_qlik.JPG

Please find attached documents for sample qvw and sample data

Thanks and Regards,

Satya

3 Replies
qliksus
Specialist II
Specialist II

Just add dummy dimension  and use the below expression

Dim1 :  ''

Dime2 : Month  ............etc

Expr:    if( Dimensionality() = 1 , Sum({<Month={'Sep'}>}Sales) ,

           if( Dimensionality() = 0 , Sum({<Month=-{'Sep'}>}Sales) ,
sum(Sales) ) )

You can use dynamic month based on your requirement in the filter

uacg0009
Partner - Specialist
Partner - Specialist

Hi Satya,

For pivot table, there is function in Presentation tab called show partial sums.

You can check it in your month and Date column, then you will see the total that you need.

Help to add YTD &amp; MTD in Pivot Table.PNG

Thanks.

Aiolos

SatyaPaleti
Creator III
Creator III
Author

Hi Susanth,

Thank your reply.  Can you please create sample qvw and forward to me

Thanks and Regards,

Satya