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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Sum

Hello Team,

Can you please suggest how to make sum in pivot table  as for highlighted data as shown in attachment.

Thanks,

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Please find attached file solution.

Regards,

Jagan.

View solution in original post

8 Replies
Not applicable

go to Object Properties > Expressions and tick Full Accumulation

deepakqlikview_123
Specialist
Specialist
Author

Hi Bertrand,

Thanks for reply.

Tick full accumulation option is disabled in Pivot table.

thanks

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try Above()

=RangeSum(Sum(Sales), Above(TOTAL Sum(Sales), 1))

If the above expression not working then attach some sample file.

Regards,

Jagan.

deepakqlikview_123
Specialist
Specialist
Author

Hi JaganMohan,

PFA.

For July 1 data is 161

For july 2 200

Then in july 2 cell =July 1 data + july 2 data =361

July 3 cell=

July 1 data + july 2 data + july 3 data

Thanks

deepakqlikview_123
Specialist
Specialist
Author

Hi Manish,

Thanks for reply.

Here is solution.

Below is formula

=RangeSum(Alt(Before([Count YTD]), 0), sum(Count))

Here Count YTD is expression name but I am not able to undershand how it works.

Thanks

jagan
Partner - Champion III
Partner - Champion III

Hi,

You can refer one Expression in another expression by giving in [], the second expression uses the first expression. Also you can Column(1) for first expression, Column(2) for second. etc.,

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Please find attached file solution.

Regards,

Jagan.

deepakqlikview_123
Specialist
Specialist
Author

Thanks Jagan,

I t is perfect.