SAP Community Migration News!
Important Dates! SAP Community will be READ-ONLY from January 16 â January 23 for the technical migration.
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.
Help to improve this question by adding a comment
If you have an answer for this question, then please use the Your Answer form at the bottom of the page instead.
You already have an active moderator alert for this content.
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
Help to improve this answer by adding a comment
If you have a different answer for this question, then please use the Your Answer form at the bottom of the page instead.
You already have an active moderator alert for this content.