Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Thanks
Try these two expression
=InYear(MakeDate(2018, 12, 31), Today(),0)
=InYearToDate(MakeDate(2018, 12, 31), Today(),0)
Since, 31st Dec 2018 is in 2018, it will show as -1 (TRUE) for InYear, but it is not between year start and today, it will show 0 for InYearToDate
Try these two expression
=InYear(MakeDate(2018, 12, 31), Today(),0)
=InYearToDate(MakeDate(2018, 12, 31), Today(),0)
Since, 31st Dec 2018 is in 2018, it will show as -1 (TRUE) for InYear, but it is not between year start and today, it will show 0 for InYearToDate
Tomorrow is true for InYear, but not for InYearToDate. Likewise, Today() is true for both.