Hello All,
I have downloaded the last EPM AddIn User Guide for SP14 Patch 1, after review the doc i have found a new functionality that allows to pass a default member to the prompt from the context, i have tried to use the new parameter as doc says but havent worked. Any help would be really appreciated.
Thanks,
CarlosE
The User Guide says:
New Parameters in Certain Prompts - Data Manager
Applies to:
Planning and Consolidation connections
In the Data Manager, newparameters are available in the following prompts, that enables you to specify
the default members to be taken into account in the package interface: SELECT, SELECTINPUT,
COPYMOVE, COPYMOVEINPUT. See the Data Manager section of this documentation.
PROMPT(SELECTINPUT, [variable], , [label], [dimensions],[default members])
[default members]
The members that are selected by default
Enter 0 for "All"
Enter 1 to take into account the context member
PROMPT(SELECTINPUT,%SOURCEENTITY%, , "Enter Source Entity","%ENTITY_DIM%",1)
PROMPT(SELECTINPUT,%SOURCEENTITY%, , "Enter Source Entity","%ENTITY_DIM%","1")