Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi i have scenario,
I have a below attached data based on that i need to create a FIscal calender the fiscal month start from november to october
Hi,
In the above link in script SET vFiscalYearStartMonth = 11 in your case
Hi,
Create below field in script;
YearName(DateField,0,11) as Fin_Year,
Year(DateField) as Year,
Month(DateField) as Month,
MonthName(DateField) as MonthYear,
Day(DateField) as Day
regards
This may helpful to you
Have you searched this site - there are plenty of examples here to get you going?
Hi Dreamer thanks for your reply,but here month field displyed jan to dec.i need month field november-october
Hi,
In the above link in script SET vFiscalYearStartMonth = 11 in your case
Hi,
When you select Year from Fin_Year Field it will give desired result.
Regards
thank u
thank u