on 2015 Jun 11 5:57 AM
Hi,
Can you please tell me whats the difference between XDIM_MEMBERSET and WHEN in Scoping? What is recommended to be used when?
Thanks,
Sincerely,
Glorida
Request clarification before answering.
Hi Clorida,
Not clear, may be between XDIM_MEMBERSET and IS?
XDIM_MEMBERSET will define the scope for records to be processed in WHEN/ENDWHEN loop. Then calculations will be done for each condition defined in *IS. In some cases (default.lgf) it's better not to change scope with XDIM_MEMBERSET - you have to use *IS.
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Glorida,
Search on, there are many threads related to the same,
Also refer the below link.
Regards,
BPC/BI User
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Glorida,
Xdim_memberset
This command allows the restriction of the initial scope to one or more specific values.
*XDIM_MEMBERSET Category = PLAN is entered, the execution scope is restricted to only records that have a category equal to “PLAN”.
The *WHEN/*IS/*ENDWHEN statements allow the script logic engine to determine if the record currently being processed, meets specific conditions prior to executing a specified set of additional instructions.
Please go through below doc.
Hope this will help you to understand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 6 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.