cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10.1 NW: Script logic prompts not working

former_member518018
Participant
0 Kudos

Hello,

For a script to copy specific data from 1 model to another, I am trying to design a prompt screen to select a member from a dimension which is not defined in the current model (the target model has "VERSION_SAC" while the active model has "VERSION" only). Logic and screenshots are given below. Any help would be appreciated.

PROMPT(SELECTINPUT,,,"Please select Entity members, and the source Version which you wish to prepare (only pick one Version).","%ENTITY_DIM%,%CATEGORY_DIM%,%TIME_DIM%",,,)
PROMPT(SELECTINPUT,,,"Please select target Version","VERSION_SAC")


Best regards,

former_member186338
Active Contributor
0 Kudos

Unable to understand the idea: to post some question and not to look on post results!

No screenshots!!!

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

VERSION_SAC is just a string, not even a variable..

PROMPT(SELECTINPUT,,,"Please select target Version","VERSION_SAC")

Please check your variable list in "modify script", I don't think it's possible to select a dimension member from another model than the one you run DM package. You can try to implement the requirement using drop-down list with pre-defined validated members.

Answers (1)

Answers (1)

former_member518018
Participant
0 Kudos

Sorry, screenshots attached.

capture.png

capture2.png

former_member186338
Active Contributor
0 Kudos

Sorry, but instead of "Insert File" you have to use dedicated button "Insert Image" to make your post readable!

And instead of "answer" use comment. Your post is not an answer at all.