Answer Posted / manoj
Till XIR2, there was no optional prompt. user needs to
enter the value in the prompt. All the prompt values are
mandatory. But from xi3.0 onwards, while creating prompts
in the report, it can be optional by selecing optional
checkbox while creating the prompt filter in query panel.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Can we configure two instances of CMS pointing to two different CMS system databases?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.
If I have three predefined prompts. In a report it will come randomly. How they will come in a specified format?
What is the difference between absolute and relative div positioning?
Explain about alerts in bos, under what situation we need to use alerts?
How were the reports scheduled and how to resolve unexecuted documents?
What is the functional & architectural differences between business objects and web intelligence reports?
Explain is data mart?
What is Indexing? how did u implement indexing?
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
Explain how to schedule the report in b.o?
Explain the difference between detect alias and detect context?
How to restrict password to a user while sending a document in .pdf format
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