Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm trying to return the maximum selected date in order to do a number of calculations based on periods before the maximum selected date.
So if for example the user selects months up to March 2021 the formula would return March 2021 as max month
I created the following variable:
=Date(Max([Inception Date.autoCalendar.YearMonth]), 'YYYY-MMM')
However it returns Jan 2022 regardless of the months selected.
Any help would be appreciated
Any Ideas?