Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 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
Oracle BI EE analisys format number

Hi! I create analisys and when create the totals field, I can not create a custom number format: see picture
Answers
-
You could go to the Advanced tab of the report and edit the Analysis XML, like below
<saw:dataFormat xsi:type="saw:custom" customFormat="# ## ###"/>
0 -
Dear Sherry George, please tell me between what tags i need to insert your TAG : <saw:dataFormat xsi:type="saw:custom" customFormat="# ## ###"/>.
I find in xml:
<saw:displayGrandTotals>
<saw:displayGrandTotal id="gt_row" grandTotalPosition="after"/></saw:displayGrandTotals>
0 -
ok, as far as I know the grand total value will get displayed in the same format as the column the total is based on. What version of OBIEE is this?
0