on ‎2016 May 12 7:05 PM
Hi Friends,
I am trying to look for a way to add to local members of 2 different reports, other than using vba macro.
Local members of both the reports are the subtotal added to the rows, which works good.
The 3rd local member, would be the sum of these 2 local members
I could not use excel sum, as the reports have expansion, and excel references would not work good.
Thanks
Ed.
Request clarification before answering.
Sample screenshot required. In some cases it's possible to add hidden local member in the first row of first report with a fixed position...
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim.
1st report
Flow1 Flow2 Flow3
account(individual account#) Profit center
15111300 Total_PC 10 15 20
15111301 Total_PC 30 35 40
sub total1 = 40 50 60
2nd Report
Flow1 Flow4 Flow7
account(individual account#) Profit center
15111302 Total_PC 100 15 200
15111303 Total_PC 300 35 400
sub total2 = 400 50 600
Total 440 100 660
Though the flows are different for report 1 and report 2 , they actually reflect to the same business terminologies wrt to the account.
SAP user,
Local members are inherently Local to the report. Since you have two reports, I don't know of a way to reference them by name. If these are the only two section that you need to sum, try using an Excel formula either INDEX, SUMIF or your favorite reference function to come up with the total. (BTW this total doesn't have to be part of report 2)
The other option is combining the two reports into one ( try stacking right to left instead of top to bottom) and in that case you can create another local member that would add localmember1 and localmember2 together. (I realize this might not be an option based on reqs but it's worth a question)
Hope this helps!
Akos
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.