what is universe testing(not mention check integrity)
Answer Posted / ritesh
You can test the integrity of the objects and classes in
your universe by running regular checks with Check
Integrity (Tools > Check Integrity), and by testing objects
in Web Intelligence. You can also view the SQL that objects
generate in a query by using the Query Panel to create a
query with universe objects and clicking the View SQL
button.When you test objects you can ask the following type
of questions:
1. Do the objects exist? If not, did you save the universe
after it was last created?
2.Is the SQL correct?
3.Are the results of the query correct?
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
explain in detail about type 3?
in sap bi we have wad, then why we go for sap bo
What is object stores?
Can you please send me the migration related issues .
Explain how to schedule the report in b.o?
BO Security (creating the restriction sets in Universe and applying on selected groups or users) or Database security (Creating the tables in database insrting the user details in that tables and giving conditions in self restricting joins in Universe )Which Security will improve the performance of the reports and for best practices ? I am thinking BO Security will give the better performance, could you please share your thoughts on this please... Thanks...
how get the grand total in master-detail report?
Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?
can anybody tell me about complicated object you have created
WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S
How to sort the dynamic objects alphabetically on the Universe based on and SQL Server
How much data hold in one universe 336 can any one explain about core dimension, balanced dimension, and dirty dimension?
Explain what are the steps to do to use alerts in bo?
What sort of existing documents should business analysts refer to when starting on a new 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