This content has been marked as final.
Show 2 replies
-
Re: Calculate the Min of excluded dates
Rachel Delany Apr 9, 2018 10:30 PM (in response to Adrien Marchadier)Hi Adrien,
Would it work to set your max date as a variable and then use this as a reference in set analysis?
E.g.
maxDate = Max(Extract_date)
Min({1<Extract_date = {">=$(=maxDate)"}>} Extract_date)
-
Re: Calculate the Min of excluded dates
Adrien Marchadier Apr 12, 2018 11:11 AM (in response to Rachel Delany)Thank you Rachel for this answer !
With slight modifications, it did the trick !
-