on 2021 Nov 21 9:47 AM
Hi Experts,
I am selecting the time from Data Manager, in advanced script I have this statement :
PROMPT(SELECT,%TIMEID%,,"Selection 1","%TIME_DIM%")
My variable passed to the badi and script logic with the following value :
TIMEID =/.../..FROM.TMP@@@SAVE@@@@@@EXPAND@@@|DIMENSION:TIME|2021.01,2021.02
I want to pass to the script logic only this value 2021.01,2021.02 because I am using it in further calculation in script logic.
How I can filter or trim this variable string in script logic ? or any other alternative in the advanced script of DM ?
Regards
Mohamed
Request clarification before answering.
In DM advanced script you can use %SELECTION% or some user defined variable like %TIMEID%
%SELECTION% is passed as %XXX_SET% to script logic.
To pass %TIMEID% you can't use REPLACEPARAM, you have to use MEMBERSELECTION in TASK with the same syntax.
Result of MEMBERSELECTION is $xxx$ variable in script logic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
4 | |
1 | |
1 | |
1 | |
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.