1) How to get multi values in a single prompt?
2) How to get ALL in @prompt?
3) Select 1 from fact table? What will be the result?
4) I have created 1 universe say A and generated 100 reports
on the universe? Later i had renamed the Universe as A1 and
added some objects? Now how i will get the newly added
objects in old reports?
Answer Posted / gowthami
1. Following is the syntax for the function.
@Prompt('message','type',[lov],Mono|Multi,free|constrained|primary_key,persistent|not_persistent,[default_values])
Use Multi in the above syntax
2. @Select(Class NameObject Name) = @Prompt('Select State','A','Class NameObject Name',mono,free)
or 'ALL' = @Prompt('Select State','A','Class NameObject Name',mono,free)
3.
4. When the universe or reports are saved, unique id will be generated. If you rename the universe name that ID will remain the same. The old reports are pointing to the same universe only by linking to the unique id.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What task is 98% of the required work of a business analyst?
What is the difference in creating filters in designer and business objects?
How many universes can be created in a project?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye
what is document design in boxi,have u participate in that
1. 101 vinay hyderabad 123 naresh usa 152 singh delhi 101 vinay usa 123 naresh mumbai 156 raju chennai From the above data we need to retrive current data in a report ? how and explain in detail ?
Which versions are used in the bo dashboard work?
What is the difference between business requirement document and use case document.
What we need to discuss with designer before starting the universe designing.
how to create reports on screech?
any difficulitis have you phase while creating bo reports and how did u solve it
Tell me a business scenario where I can achieve the data through MINUS only not through subquery.
What is Indexing? how did u implement indexing?
What is a bo repository?
Explain how to schedule the report in b.o?