This is a document how you can create a cumulative calculation using HANA Graphical Calculation View. It is one of the easy example, but you can extend it to any complex scenario.
I am creating a Simple file like this and our aim is to create the cumulative column as show bellow.
I am creating a Simple file like this and our aim is to create the cumulative column as show bellow.
| Product | Annual Sales(USD) | Cumulative Sum Sales |
| 1070 | 3600 | 3600 |
| 1050 | 336 | 3969 |
| 1020 | 220 | 4156 |
| 1060 | 192 | 4348 |