set format -
08-22-2003
, 07:00 AM
Hi,
I had the same issue in mdx.
Here you can set a format as in:
WITH
MEMBER [MEASURES].[XYZ] AS
'<memberdef>',FORMAT_STRING ='#,###.00;-#,###.00'
That helped, since it gave me the real value I needed.
You should be able to set the format string in AS-manager
as well.
HTH, Lutz |