Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to schedule a job in OBIEE to export a report to excel/csv ?

Dear all,
May I know whether I can schedule a job in OBIEE to export a report to excel/csv ? Or OBIEE won't provide a direct way to do so. I have to write a EJB by myself ?
Thanks in advance
Answers
-
Hi,
By "export" you mean save the file on the filesystem?
If that's the "export" you look for you are right looking in the EJB direction, OBIEE itself can schedule execution of analysis with agents, but an agent generally deliver a notification on screen (in the OBIEE home or where you add the right view in your dashboards) or by email. So to save content to the filesystem you need an EJB you call via an action.
Plan B is to look at Publisher as it has more delivery options available.
0 -
Hello,
You can use java script to achieve the same. Create a script like below and keep it in your server
Then go to agent advanced tab and use the script file there.
Thanks
Asim
0 -