on 2015 Sep 08 7:56 PM
Dear All,
I am accepting source and target cost center values forn the user and I am using the following statements:
-------------------------------------------------------------------
PROMPT(SELECTINPUT,,,,"%CATEGORY_DIM%,%TIME_DIM%")
PROMPT(SELECTINPUT,%SOURCE_CC%,,"Choose source cost center :","FUNCTIONAL_CC")
PROMPT(SELECTINPUT,%TARGET_CC%,,"Choose target cost center :","FUNCTIONAL_CC")
INFO(%EQU%,=)
INFO(%TAB%,;)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,TAB,%TAB%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,EQU,%EQU%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,%SELECTION%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,MEMBERSELECTION,SOURCE%EQU%%SOURCE_CC%%TAB%TARGET%EQU%%TARGET_CC%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,MOVE_ALL.LGF)
-------------------------------------------------------------------
The issue here is... I am not able to access the source and target values. How can I access them within the logic script?
Pls. note that the two values are coming from the same DIM - FUNCTIONAL_CC. And, I need to know how I can access these two values from logic script.
Initially, it seemed to be straight forward... but it is not or, I am am missing something.
Pls. help to fix this issue.
Thanks,
Peri
Request clarification before answering.
Easy:
$SOURCE$ and $TARGET$ variables in the script logic!
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 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.