MDX Expression - Empty Cells - Display zero format issue. -
06-20-2005
, 10:39 AM
Hi,
I am just trting to display 0.00 for all the empty cells in an calculated
member (MDX Expression) and i used the following syntax.
format(IIF([Measures].[Units Sold]<> 0,
[Measures].[Selling Price]/[Measures].[Units Sold],0),
"##.00;(##.00);#.00;#.00")
It always displays "0" not "0.00". Please let me know what is wrong in the
MDX Expression.
Thanks,
Sam. |