dbTalk Databases Forums  

Formatting issues - Please help

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


Discuss Formatting issues - Please help in the microsoft.public.sqlserver.olap forum.



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

Default Formatting issues - Please help - 06-16-2005 , 04:20 PM






Hi,

I have 2 formatting issues.

1) Source Measures: Data coming form Table

I want to display "0" for all the empty source measures. Is there a way in
MSAS to accomplish this?

This is because the data is simply not available in the fact table for some
of the geographic regions.

2) Calculated Measures:

For calculated measures I want to display "0.00" for all zero values and the
empty cells. I used the below formula expression. The issue is it is always
displaying '0' & not '00'. Please correct my expression.

format(IIF([Measures].[Member Months]<> 0,
[Measures].[Adjustments]/[Measures].[Member
Months],0),"##.00;(##.00);#.00; #.00")

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.