Hello,
We are working on BPC 7.5 MS version. I have written a logic to calculate the Current Year Net Income for my YTD application. The logic is quite simple and it is as follows: (Please not that GROUPS is the Currency Dimension in my Application)
*XDIM_MEMBERSET GROUPS=<ALL>
*XDIM_MEMBERSET TIME=%TIME_SET%
*WHEN ACCOUNT.FINSTMT
*IS "PL"
*REC(ACCOUNT="CYNI")
*ENDWHEN
*COMMIT
The logic seems to work correctly when I run it for the Currency(GROUPS) - LC. However, it does NOT work, when I run the logic for a Consolidation Group for e.g. CG_A. I checked the log and somehow the logic is not selecting records for the Consolidation Group CG_A (even though I explecitly issued a XDIM_MEMBERSET command to select all Consolidation Groups). For some reason it restricts the selection to the value LC.
The logic however works correctly for LC & CG_A if I enter data via an input template.
Do you have any ideas why the logic is not selecting CG_A records?? Any potential ideas to solve the issue??
Thank you & regards
Raja