http://groups-beta.google.com/group/...rver.olap/msg/
aa1ff98ef9cc6385?hl=en
Excel alone may not support server-side formatting. But Office Web
Component (OWC) Pivot Tables support it:
http://support.microsoft.com/d*efaul...;en-us;3181*22
INFO: Using Analysis Server Format Properties with the Office XP
PivotTable Component
SUMMARY
SUMMARY
The Microsoft Office XP PivotTable component supports two undocumented
properties: UseProviderFormatting and DisplayCellColor. These properties
allow you to use server formatting for cells and totals in a PivotTable
view.
• When you set the UseProviderFormatting property to True, the
PivotTable component applies number formats that are stored on the
server to the totals that appear in the PivotTable view. The default
setting for this property is False.
• When you set the DisplayCellColor property to True, the PivotTable
component applies Forecolor and Backcolor settings that are stored on
the server to the cells that appear in the PivotTable view. The default
setting for this property is False.
• The PivotTable component does not support other format properties that
can be set on the server, such as FontName, FontSize, and FontFlags.
NOTE: The UseProviderFormatting and DisplayCellColor properties are
hidden members in the Microsoft Office XP Web Components object model.
These members are not documented and, therefore, these members are not
supported by Microsoft Technical Support. The sample code in this
article is provided "as-is."
..
There are Excel OLAP Add-Ins, including from Microsoft:
http://www.microsoft.com/offic*e/sol...cel*addin/over
vi
ew.mspx
...
FORMAT_STRING='PERCENT', or for further customization:
http://msdn.microsoft.com/library/de.../en-us/olapdma
d/agmdxadvanced_2aur.asp
The cell property FORMAT_STRING is used to format the VALUE cell
property, creating the value for the FORMATTED_VALUE cell property. The
FORMAT_STRING cell property handles both string and numeric raw values,
applying a format expression against the value to return a formatted
value for the FORMATTED_VALUE cell property. The following tables detail
the syntax and formatting characters used to handle string and numeric
values.
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***