Categories
- All Categories
- 142 Oracle Analytics News
- 27 Oracle Analytics Videos
- 14.7K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 54 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to set value suppression is Repeat by default.

S R Battula
Rank 4 - Community Specialist
By Default OBIEE column properties -> column format -> value suppression has been Suppress(default). how to change this to default option to Repeat?.
Default Option
Requirement:
0
Answers
-
-
Thanks Christian for the update , but i am not able to open your answer. can i have the link.
0 -
It *is* a link, but here's the core snippet from the post
"
In code:
- <?xml version="1.0" encoding="utf-8"?>
- <sawsavedformat:metadata xmlns:sawsavedformat="com.siebel.analytics.web/savedformat/v1.1">
- <sawsavedformat:datatypeSavedFormats>
- <sawsavedformat:datatypeFormat xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" datatype="GDT:real">
- <saw:displayFormat>
- <saw:formatSpec suppress="repeat" wrapText="true" visibility="visible" hAlign="right" vAlign="top" imagePlacement="right" interaction="action">
- <saw:dataFormat minDigits="0" maxDigits="0" commas="true" negativeType="minus" xsi:type="saw:number"/>
- </saw:formatSpec>
- </saw:displayFormat>
- <saw:tableHeading>
- <saw:displayFormat>
- <saw:formatSpec/>
- </saw:displayFormat>
- </saw:tableHeading>
- <saw:columnHeading>
- <saw:displayFormat>
- <saw:formatSpec/>
- </saw:displayFormat>
- </saw:columnHeading>
- </sawsavedformat:datatypeFormat>
- </sawsavedformat:datatypeSavedFormats>
- </sawsavedformat:metadata>
The key are the saved formats for datatypes in webcat/system/metadata.
0