on ‎2018 Jan 24 8:24 PM
Request clarification before answering.
Unfortunately you can't have 3 time periods in the summary window - it's by design... No way!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not clear! Please provide advanced script of the DM package.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim --- below is the package script. Basically I have created three separate SELECTINPUT variables for TIME Dimension so that I can get three separate TIME Base members for my ABAP Program to calculate the required data set. With the below script, the BPC package only shows the END Period selection in the BPC Package summary window (the package screen right where you hit the Finish button).
Is there a way I can add all the other parameters (Time Zero and Start Period) to the BPC Package summary window?
'Time Zero Selection
PROMPT(SELECTINPUT,%SELECTIONTZERO%,, "Select TIME ZERO", "%TIME_DIM%",,)
'Forecast START Period
PROMPT(SELECTINPUT,%SELECTIONPSTART%,, "Select START PERIOD", "%TIME_DIM%",,)
'Forecast END Period
PROMPT(SELECTINPUT,%SELECTIONPEND%,, "Select END PERIOD", "%TIME_DIM%",,)
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 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.