Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 234 Oracle Analytics News
- 45 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to update existing report/filter column names
Hi,
I am on OBIEE12.2.1.4.
We have 100+ reports/filters using a dimension table, say dim1. dim1 has columns level1, level2...level8.
There is a change in design of dim1 and now there will be 9 columns instead: level1, level2...level9. And value in these columns are going 1 level up. Which means the existing report using level1 will have to use level2, using level2 will use level3 ....(so on) now.
To keep the existing reports/filters working, I tried running the following runcat replace command on a test catalog folder "/shared/test" :
e.g.
./runcat.sh -cmd replace -online <saw.dll path> -credentials creds.txt -old "dim1"."level8" -new "dim1"."level9" -folder "/shared/test"
This command runs but gives following output
Items Changed
None
Although there is a report using dim1.level8 column in "/shared/test".
Can anyone please suggest what am I doing wrong?
Thanks,
Deepali
Answers
-
This is just a duplicate of https://community.oracle.com/tech/apps-infra/discussion/4486979/how-to-replace-column-name-in-existing-reports#latest , no idea why it exists, but close it. Double posting isn't a good thing (and also against the forum rules)
0
