
Partner - Creator
2020-12-14
04:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How does the pivot table accumulate weekly calculations
The below is sales quantity of every week:
I want it to be like this, cumulative calculation weekly:
But I don't know how to write the formula.
I use the formula:sum(total<Code>Qty)
But the result is the below:
How can I write the formula?
- Tags:
- new_to_qlikview
503 Views
1 Solution
Accepted Solutions


Partner - Master
2020-12-14
09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
in pivot table, the accumulate button is not available
use this expression:
rangesum(before(sum(Qty),0,99))
Regards
2 Replies


Specialist III
2020-12-14
08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Maybe try to check 'Accumulate' box in Expression tab.
472 Views


Partner - Master
2020-12-14
09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
in pivot table, the accumulate button is not available
use this expression:
rangesum(before(sum(Qty),0,99))
Regards
