dbTalk Databases Forums  

Measure Display Format - conditional.

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


Discuss Measure Display Format - conditional. in the microsoft.public.sqlserver.olap forum.



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

Default Measure Display Format - conditional. - 09-21-2006 , 05:58 AM






Hi all,
the default format of a currency measure is ###,###,###.##, (i.e
123,456,789.00)(billion,million,thousands) in MSAS. I need the format which
is followed in Indai, i.e ##,##,##,###.## (crores,lacs,thousands,hundreds).
I tried regional settings, but the Digit grouping doesn't work.
Then I searched the net and found a solution in a newsgroup.
it is
[>9999999]##\,##\,##\,##0.00;[>99999]"##\,##\,##0.00;"##,##0.00
This works fine, but the condition >9999999 or 99999 doesn't work.
It takes the first format which is for crorres and in case amount is in lacs
places an extra comma, ie. ,57,34,536.00. I guess for conditional formating
there must be someting else available.
can neone help me here?
thanks
kshitij.

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.