on ‎2016 Mar 28 9:04 AM
Hi gurus!
I'm trying to run the following:
*WHEN VERSION.PLAN
*IS Plan
*RUNALLOCATION 1
*IS Forecast
*RUNALLOCATION 2
*ENDWHEN
And it looks like it is always run for both allocations no matter the value of the property , ignoring *WHEN.
Can you please confirm if this is feasible or when running allocations WHEN/ENDWHENS are not allowed
Thanks a lot
/Laura
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laura,
In BPC WHEN doesn't play a role of IF statement. It just creates a scope for REC statement.
If you want to bypass part of the code try using XDIM_SKIPNULLCHECK.
Regards,
Gersh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Laura,
When/Endwhen statement won't required while writing run allocations,I guess !!
Because in Allocation syntax itself we can mention source & Destination..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 11 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 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.