
Creator II
2022-04-13
03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to het sum of above value in Qlik Sense
Hi,
I have the below straight table in my app
ID | Sales |
1 | 100 |
2 | 200 |
3 | 300 |
4 | 400 |
5 | 500 |
Looking for set analysis expression and would like to see the below result in straight table.
ID | Sales | New Column |
1 | 100 | 100 |
2 | 200 | 300 |
3 | 300 | 600 |
4 | 400 | 1000 |
5 | 500 | 1500 |
As you can see the 'New Column' field is taking the sum of their respective above rows. Looking for set analysis expression to achieve it.
Regards,
Vikas
422 Views
1 Reply

Partner - Contributor III
2022-04-13
05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RangeSum( Above(Total Sales,0,5) )
387 Views
