Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 209 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
Dependency of a saved filter

Hi All,
1)we have one saved filter name xyz. I want to know which reports are using this saved filter xyz. i just want to do an impact analysis.
2)we have one dashboard page xy21. I want to rename that page to xy22. Here i want to find which reports navigating to this page xy21 from other dashboards.
Thanks,
Somi R Chinta.
Answers
-
Hi,
If you look into SampleApp 607 you find few scripts which extract data allowing you do that that kind of analysis...
The idea is to search in the catalog (a XML search) the paths of the objects (your filter or your dashboard page), and there you get the list as OBIEE always use full absolute paths to link things.
For example if in the catalog manager you do a XML search and replace and search and replace the same exact thing (to avoid destroying your catalog) and you use the full path to your dashboard page or filter you will get the list of the objects where a replace has been done (the important part here is: replace the path by the path itself or you better have a backup).
You can also use webservices to get the catalog objects XML and search there inside yourself.
0 -
On 2 if you use the option to keep references to the original name then other dashboards etc navigating in will still work, it is after all possible that people are landing on your dashboard from other systems.
0 -
Thanks Gianni,
i will try the scripts in SampleApp 607.
0 -
Sorry to open a closed thread that has been marked answered. But, I would like to know if the question 1(Impact Analysis) can also be achieved by those scripts available in Sample App?
0 -
Catlog xml search will helps us to find the list of impacted reports.
0