How to create a Pop-up in BOXIR2.
Ex:- A class is having an object as "AGE", whenever this
object is used in the reporting level automatically a pop-
up will be coming which shows a prompt as "Please use the
object DOB".
Answer Posted / sunil
Remove the @prompt option which was given to "AGE" object
also verify the object foemat(i.e date,char,text) which is
defined for the AGE object at the DATABSE level while
definging the object.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create a new calendar in CMC? Can u please tell me the process to create the required calendar. Ex:- Year of that calendar to start with Jan-15 and ends with Jan -30 and the Next month to start with Feb-31 and ends with Feb-14.
Explain the data types present in bo and what happens if we implement view in the designer and report?
Explain when to use local filter and when to use global filter?
Explain in detail about type 1?
Can you please send me the migration related issues .
What are the steps to be taken to schedule the report?
What Is Snow Flake Schema?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
Differences between business objects and web intelligence reports?
Can I create a master report in webi having 15 dimensions and 150 kpi's with 100GB of data and store it in cache ,So that I can use Cache for building new reports with less dimensions and Kpi's without hitting database againg just using cache??Please suggest...
What is the difference in creating filters in designer and business objects?
Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?
is it possible to export the webi reports to crystal reports?with out using businessview?
How we drill up week to month?
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