on 2018 Feb 21 7:11 AM
Hi Ashish,
You can create all these types of calculations in the modeler.
Qty Qty
Price Price
Unit Unit
CumQty Cumulative Quantity LOOKUP([Qty],[d/Date]= LastPeriods("Month",12))
PricePerUnit Price / Unit [Price]/[Unit]
Amount Amount [PricePerUnit]*[CumQty]
PriorAmount Prior Amount LOOKUP([Amount],[d/Date]= Previous("Month",1))
DifferenceAmount Difference of Current - Prior Amount [Amount]-[PriorAmount]
PriorCumQty Prior Cumulative Quantity LOOKUP([CumQty],[d/Date]= Previous("Month",1))
ToBeCalc1 ToBeCalc1 [PriorCumQty]*[PricePerUnit]
ToBeCalc2 ToBeCalc2 [ToBeCalc1]-[PriorAmount]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashish,
Could you please check the following page of our user's guide:
https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/release/en-US/e806754128de494ba47baf01f99d...
This section describes how to create Calculated Measures in SAC.
Best regards,
Adam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.