Skip to Content

@select() function

Hi all, I've got object for prompting user's choice:

CASE WHEN @prompt('Your choice?','A',{'choice A','choice B'},mono,constrained) = 'choice A'

THEN table.field1

WHEN @prompt('Your choice?','A',{'choice A','choice B'},mono,constrained) = 'choice B'

THEN table.field1+table.field2

END

How do I use this object in the other objects' definition using @select() function ?

Could you please show me some example or where to read about it?

Thanks ahead.

0
Add a comment
10|10000 characters needed characters exceeded

author's profile photo Former Member
Former Member May 30, 2011 at 08:28 AM

0

108

Actions

1 Answer

author's profile photo Former Member
Former Member May 30, 2011 at 08:32 AM
0

hi,

Please refer below link

http://help.sap.com/businessobject/product_guides/boexir2/en/xir2_unv_designer_guide_en.pdf

Pages: 405, 410

Regards,

Vamsee

Add a comment
10|10000 characters needed characters exceeded