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
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Exporting RPD Application Roles/Groups to Excel (XLS/CSV)

The requirement is to export the Application groups/roles defined in the RPD to an Excel document. The "RPD DOCUMENTATION" utility can only be used to export the attributes present in Presentation, BMM and Physical layer along with their relations into a xls file. But I need to export all the application roles that are defined in the RPD to an excel file. I am using OBIEE 11g. Is there any way to do this ?
Answers
-
You maybe want to export them from the source of groups and application roles ...
The RPD display them, but application roles and groups come from weblogic.
There are scripts (WLST) allowing to export them and for some probably also in the UI you can manage to export some of them.
0 -
Thanks Gianni.
I will check and let you know in case I face any further problems.
0 -
One last thing. If I use the scripts (WLST), will that export the application roles into an excel file ?
0 -
Excel files are overrated (mainly because a binary proprietary format).
The script can definitely manage to get you a CSV-like file you can easily open with Excel.
What's the real need, the final target of that requirement?
0 -
The actual need is documentation for future references. Just need to store all the application roles along with their corresponding user in a spreadsheet which can be referenced when required.
0