Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Run-time computation in an OBIEE report

Hi everyone,
I have a situation that requires me to capture two values from the report parameters viz, months.. say MonthID1 and MonthID2.
I have employee data in a database table for all months. I need to be able to do 6 comparative computations with the data in the table for the two input month-IDs and display the results in the OBIEE report. The report allows me to pick any two months from a drop-down.
One way of doing this I thought was to write database functions to compute and return values. I don't mind writing 6 dedicated functions then use the EVALUATE() in physical layer objects to capture the result returned by the function and then display in the report.
Not able to understand if this would be a good way to go about doing this. Please advise!!
Thanks
Rahul
Answers
-
Hi,
Honestly using EVALUATE for all your things I would ask myself why to pay an OBIEE license if it's just to use the database, there are tools to visualize the content of the database which are way cheaper than OBIEE ...
So why don't create your 6 calculations in OBIEE?
0