cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture Prompt Value in Design studio

Former Member
0 Kudos

Hi ,

How to capture Prompt value in design studio.

Design Studio 1.2

In Bo webi Report we have userresponse() to capture prompt value .Even its possible to capture prompt date in BO Dashboards

In the same manner do we have any method or function to capture prompt value.

for example : user wants to see the selected prompt

I used the below

TEXT_1.setText(DS_1.getVariableValueText("Calendar day")); it displaying error as  Value "Calendar day" is not a valid variable

Please help me out!!!!!!

Regards

Sushma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi sushma,

Have you got the answer for the question you posted, i am struck up in same issue...can you please help me out in this regard.

Thanks,

Ramesh

Former Member
0 Kudos

Hi Ramesh,

I have  used

TEXT_1.setText(DS_1.getVariableValueExt("ZPFS_CALDAY"));

it worked for me

hopes this may help you

Regards

Sushma

RamKuzhipully
Associate
Associate
0 Kudos

Hi Sushma,

did you add this in On start up ?

Thanks

Ram

Former Member
0 Kudos

Hi Ram,


Yes in On start up.

Regards

sushma