CAN WE CREATE VIEW IN BO (NOT DERIVED TABLES)?
Answers were Sorted based on User's Feedback
Answer / ramesh
No.We cannot create view in BO universe.view is similar to derived table in BO where we can create our customised columns involved complex calclutions from already existing tables and columns and make the joins to normal tables and we can create objects and classes for any other table in universe structure pane.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / pbs
yes.We can't create views in Universe.views are stored as SQL.Derived tables are stored as tables.Exection is faster in case of derived tables as it operates on the new table directly ,but views are SQL and executes and operates on the source table and then fetches te records.Advantage of view is any changes in source table will also get reflected in view,but in derived table it is not possible.
| Is This Answer Correct ? | 0 Yes | 5 No |
When a report in Web intelligence is created with ten objects and save the same as PDF the report divides the report into two pages. One page with data for five objects and the other with next five objects? Is there a way to combine these ten columns in a single page view?
Can some one explain in detail about the following: What are Traps? How to recognize the Traps? How to solve them?
What is the difference between sub-query & co-related sub query?answer ASAP....... thanks in advance..............Prakash
3 Answers iFlex, Maintec, TCS,
Once the project is submited to the Client. Client says that report is taking long time to run? Where u need to check?
Can anyone plz tell me How to create universe in business objects enterprise 11.5
Explain how many universes can be created in a project?
What is the error that occurs while detecting the cardinalities in the universe pane if we create a join between the normal table and the aggregate table...
Can any body tell me,What is the universe testing ? What is the report testing Explain?
difference between web intelligence,crystal reports and desktop intelligents
5.what is slowly changing dimension ?
explain merge dimensions with real time in DWH?
Is it possible to join more than one universe in Business Objects? If its so how is that possible ? thanks in advance for the answers