Suppose we had a scenerio like in an universe there are
nearly 250 objects but only 50 objects data is updated
frequently so is there any way to overcome it.(Birla Soft,)
Answer Posted / vidhya
Create a view for only those 50 objects and load into
universe,connect this view with some table.
Reason: When you update the base table the view will be
automatically updated for those 50 objects.
Advantage: Performance will be good as the refreshment of
universe is minimized.
Kindly let me know if i am wrong with correct reply.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Did you face any problems while creating reports? Name? Solutions?
Explain which versions are used in the bo dashboard work?
What is the profile and package?
i want my connection to be dynamic. How can I make it. I mean the username and password should be dynamic. How?
Its regarding Javascript coding for customization in BI4 reports. We need to have all the options disabled in the report except the option to Export(save the report in computer in Excel/pdf formats). I am able to hide TopBar,TabBar,Left Navigation etc but I need "Export" option to be displayed to the users in Read mode. Can this selective "hiding" be achieved?
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
Give some information on report bursting and how to do it in bca as I have to split the report and send diff reports to diff people?
Explain the data types present in bo and what happens if we implement view in the designer and report?
What is the difference between condition & filter?
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
Explain about alerts in bos, under what situation we need to use alerts?
(1) Is it possible to create measures using objects from different context. (2) If cross context measures are not possible then what about @aggregate_aware() function ,here we use objects from different contexts. (3)Two measures from two different context ,can they be summed at report level.
Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?
Hi friends,
I am trying to create OLAP connection in IDT. I am getting
error "error code:405 METHOD NOT ALLOWED"
I am using "http:
How can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?