Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to start my quarters with Apr-Mar.Wat is the simplest way to create Quarters.Please let me know.
Thanks&Regards
Jai
The simpliest way to create Quarters is
(Div(Month([Date])-1,3)+1) as Quarter
With this you can manipulate to have Apr-Mar quarter as first
Rgds,Artjoms