cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HANA Calculated coulmn to derive sum of Quantity

0 Kudos
131

Hi HANA Gurus,

Greetings.

I have a HANA Calculation View with attributes( VBELN, POSNR, Packing_Station ) Measure LFIMG(Delivered quantity). Now the requirement to create a calculated column Total Delivered Quantity (Sum of based on Packing_station value).

In this example i need to create calculated column =64+11872+4128=16062 (expected Result).

How to achive this calculation . I welcome your valuable inputs.Thanks!

RajeshRamakrishnan_0-1747044602036.png

 

Accepted Solutions (0)

Answers (1)

Answers (1)

jan_zwickel
Product and Topic Expert
Product and Topic Expert
0 Kudos

If it is only for one specific packing station like in your example, then restricted columns with restriction "Dock Packing" might be the way to go.

If you want the sum for all packing stations then it would be a normal aggregation grouped by packing_station. Depending on the required granularity you might want to create a separate aggregation node only for this aggregation.