Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
SilviyaK
Contributor III
Contributor III

Variable for current FY

Hi all,

I need help to set a variable in my script that shows the current fiscal year. 

The year for the company starts in October, so basically by that logic currently we are in Fiscal Year 2023.  The variable needs to be defined in the script because I need to use it there. 

Has anyone done something similar to this? 

Labels (1)
1 Reply
Aditya_Chitale
Specialist
Specialist

let vFY=right(yearname(today(),0,10),4);

 

Regards,

Aditya