dbTalk Databases Forums  

rename the display of the Fiscal Year

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


Discuss rename the display of the Fiscal Year in the microsoft.public.sqlserver.olap forum.



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

Default rename the display of the Fiscal Year - 10-12-2003 , 09:35 PM






Hi,

I want to rename the display of the Fiscal Year, for
eg. "Apr 1st 2001 to Mar 31st 2002" should read "FY 2001"
and not "FY 2002". Can anyone advise me how to do.

In the Fiscal Period dimension, the formula in dimension
editor is

DatePart(year,Case when (DatePart
(month, "dbo"."TIME"."Period") < 4 or (DatePart
(month, "dbo"."TIME"."Period") = 4 and DatePart
(day, "dbo"."TIME"."Period") < 1))
then "dbo"."TIME"."Period" Else DateAdd(year,
1, "dbo"."TIME"."Period") End )

Can anyone advise me how to do.

Thank you.
..



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.