on ‎2016 Jun 21 9:18 AM
Hi All,
I am looking for DM Package with ACCOUNT Dimension Members selection and then create a text box to allow user to key in some percentage for selected each Member. so that i will call the unser Input Percentage per each selected mebers to perform Calculations...
Something like below screen.. Any He
Request clarification before answering.
But what is the issue?
PROMPT(SELECTINPUT,%SELECTION%,,"Select Account","%ACCOUNT_DIM%")
PROMPT(TEXT,%PERCENT%,"Enter Percent",)
INFO(%EQU%,=)
INFO(%TAB%,;)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,EQU,%EQU%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,TAB,%TAB%)
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,REPLACEPARAM,PERCENT%EQU%%PERCENT%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,YOURSCRIPTNAME.LGF)
And in the script logic use:
%ACCOUNT_SET% - to get account member
$PERCENT$ - to get percent value
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
my requirement is to perform whatIF kind of scenario by putting some percentage value in order to increase Amounts..
In detail, user is expecting to Key In at Node level and also account base member level also in order to increase amounts.
Key In at Account Base level Member is okie as its BPC standard functionality supports. But Node level cannot right, so what i did is created special member for each Node and Allowing users to Key in Percentage value at Special Member level, then i am reading special member value to applying percentage value for underline Account Base member.
I am trying to create DM Package to select Account Base Member or Special Member to key in Percentage value for each in order to work on it.
Have you got what i am trying to do..?
Thanks for your input again.
I have done it through Input schedule in another option. in below screen, i am allowing user to Key in Percentages by each member. behind the screen am using special Audit trail to know percentages..
with this solution only applicable for Account Base member level. What about Special Members for each node level..?
| User | Count |
|---|---|
| 41 | |
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.