Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9218

Re: How to merge two calendar year into single Fiscal year

$
0
0

It is preferential to do it as part of a calendar table, implemented in the Universe.

 

If you want a quicker/dirtier Webi approach, use this:

=If(MonthNumberOfYear([Date Object])<4;FormatNumber(Year([Date Object])-1;"0")+"-"+FormatNumber(Year([Date Object]);"0");FormatNumber(Year([Date Object]);"0")+"-"+FormatNumber(Year([Date Object])+1;"0"))

 

As you can see, it's quite complex, hence the recommendation to use a proper calendar table.


Viewing all articles
Browse latest Browse all 9218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>