a month ago - last edited 4 weeks ago
Hi Experts,
I am facing a requirement where I need to calculate Input Month, Last year Input month, Previous Month, YTD of income statement figures(SAP COPA Data) all on the same report using SAC(as below), the source data is from Datasphere.
Cross Calculation is used
User will specify an input [Year/Month] at run-time.
Please share your experiences on how to achieve this, thanks a lot !!!
===================================
Q2: We have to calculate the weighting for each line, is that possible ?
For Q2, use the %GrandTotal() or GrandTotal() Mathematical Functions. See SAC Help.Sap.com
If this is all relative to Net Income as total, then divide each row by Net Income.
GrandTotal(Account) | Returns the grand total of all the Account values in the result set. Filters are included in the calculation of the grand total. | GrandTotal(Sales) returns the aggregated value of Sales. |
%GrandTotal(Account) | Returns the percentage of the grand total that each value represents. | %GrandTotal(Sales) returns the percentage of the grand total that each value represents. |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.