Answer Posted / gautam
Row Level
Column level
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is thumbnail?
Explain about alerts in bos, under what situation we need to use alerts?
Explain what would you consider as your biggest achievement and why?
(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.
1)I have createcd a dashboard on Bex query. How to refresh the Dashboard without hitting the bex query? 2)What is Event based scheduling in BO? 3) How to display the BO webi report title using a function? 4) For eg in my webi report iam having a person name like Jhon Peter Adam. But i need to get only the middle name of the person like Peter. What function is used in Webi to get this?
Which versions are used in the bo dashboard work?
What Is The Difference Between Oltp And Olap?
please explain me with the real time tables on how aggregate tables are created and how aggregate awareness is addressed to it.
Explain how to execute the plsql procedure from the report by clicking with mouse?
What is the difference in creating filters in designer and business objects?
How to create Index to the table in the universe designer and how it improves the Query performence
How would you format some text using css to be verdana and bold?
Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
Explain 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