dbTalk Databases Forums  

MDX Expression - Empty Cells - Display zero format issue.

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss MDX Expression - Empty Cells - Display zero format issue. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Prasad
 
Posts: n/a

Default 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.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.