NEW INTERVIEW QUESTIONS.COM
DATA WAREHOUSING INTERVIEW QUESTIONS
BUSINESS OBJECTS INTERVIEW QUESTIONS DETAILS
NewInterviewQuestions.com - Home for World's Largest Interview Questions Website.
A D V E R T I S E M E N T
Question |
Give the notes and functionalities of cascading prompts,@script in business objects
|
Answer
|
Syntax
@Prompt ('message', ['type'], [lov], [MONO|MULTI], [FREE|CONSTRAINED])
where message is the text of a message within single quotes. type can be one of the following: 'A' for alphanumeric, 'N' for number, or 'D' for date. lov can be either a list of values enclosed in brackets (each value must be within single quotes and separated by commas) or the name of a class and object separated by a backslash and within single quotes. MONO means that the prompt accepts only one value. MULTI means that the prompt can accept several values. FREE refers to free input as opposed to CONSTRAINED, which means that the end user must choose a value suggested by the prompt.
Description
Is used to create an interactive object. In the Query Panel, this type of object causes a message to appear. This message prompts the end user to enter a specific value. Note
The last four arguments are optional; however, if you omit an argument you must still enter the commas as separators. Example
In Where Clause: City.city IN @Prompt ('Choose City', 'A', {'Chicago', 'Boston', 'New York'}, MULTI, FREE) In the Query Panel, the object prompts the end user to choose a city.
© NewInterviewQuestions.com
|
If you have the better answer, than send it to us. We will display your answer after the approval.
Rate the above answer. Help us to know about the answer.
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
A D V E R T I S E M E N T
|