Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Alter OTBI column properties on multiple columns in one action

In an OTBI Analysis, is it possible to change the column properties on multiple columns (without having to access column properties on each column separately) - IE; can you set the Value Suppression to Repeat on all columns within the analysis ?
Thanks in advance.
Best Answers
-
Hi @C Hammond ,
Welcome to the Oracle Analytics community and forum !
While not having access to an OTBI right now to check, I'm quite sure that there aren't more features than what OBIEE/OAS has from that point of view.
If you have access to the analysis XML code, yes. Because all the properties of each columns are defined in there. But, is it worth it? You have many more chances to break something, because it is a large piece of XML that must follow a number of rules etc.
There isn't an interface for changing the same setting on multiple columns of an analysis.
It's annoying, but setting it manually on each column is still the safest way (just try to make sure all the rest is correct, so you didn't waste those 10 minutes clicking through all your columns).
1 -
Hi @C Hammond,
Fully agree with Gianni's explanation above.
If your requirement is to repeating the value in each row, you can do it from the Table Properties. Please find below a screenshot highlighting in yellow.
Hope this help.
Thank you.
0 -
You cannot do across multiple columns at same time in analysis.
however you can copy/paste the format from one column to another. Use the gear, column properties, on the column you have formatted select copy (1st icon in red). Then goto subsequent columns and use paste (2nd icon in red). This only does the style, however things like data format must always be done individually on each column from what I have experience.
-Rich
0
Answers
-
Thanks @Gianni Ceresa
0 -
@Rich Merkel @Bhaskar Konar - thank you both, really useful to know!
2