Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
please can you help with how to create fiscal year
like
2021/22
2022/23
2023/24
2024/24
in Master calendar
Left(Yearname([User Access Created],0,4),4)&'/'&Right(Yearname([User Access Created],0,4),2)
Hi,
Try below with Date column.
Thanks,
Ashutosh
Hi Ashutosh
but i need like 2001/02
Left(Yearname([User Access Created],0,4),4)&'/'&Right(Yearname([User Access Created],0,4),2)
Thanks Ashutosh