cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 7.5.106 modified the prompt in package

wissler_bastien
Participant
0 Kudos

Hi,

Currently, I have the following prompt in order to execute 4 indicators : Ind1 , Ind 2, Ind3 and Ind4

Prompt(SELECTINPUT,,,,"%CATEGORY_DIM%,%ENTITY_DIM%,%TIME_DIM%")

Prompt (RADIOBUTTON,%INDICATOR%,"Select the indicator to be allocated",1,{"Ind1 - Indicator 1","Ind2 - Indicator2","Ind3 - Indicator3","Ind4 - Indicator4"},{"Ind1","Ind2","Ind3","Ind4"})

The news needs is to execute 4 indicators together

So, I deleted the rows

Prompt (RADIOBUTTON,%INDICATOR%,"Select the indicator to be allocated",1,{"Ind1 - Indicator 1","Ind2 - Indicator2","Ind3 - Indicator3","Ind4 - Indicator4"},{"Ind1","Ind2","Ind3","Ind4"})

But the script is error because now  the variable ,%INDICATOR% dont exist

Question : How to create the variable ,%INDICATOR% with included Ind1 , Ind 2, Ind3 and Ind4?

Nb : I dont want to modidy the script

Thanks

Bastien

Accepted Solutions (1)

Accepted Solutions (1)

former_member186498
Active Contributor
0 Kudos

Hi Bastien,

you have several "not answered" questions could you please close this assigning a "correct answer"? Remember that is possible to assign "correct answer" also to your explanation when you find the solution.

This will help other users to find quickly a solution.

To memorize constant you can use INFO(%INDICATOR%, ... instead of PROMPT verify that your script accept more then one value or you can build a *SELECT(%INDICATOR%, ....

Regards

     Roberto

Answers (0)