Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a list of dates as below, with 4/30/2017 being the most recent/maximum date.
How do I grab in a text box a comma separated list of dates going back 12 months ?
Try expression like:
=Concat( Distinct {<Record_Date={'>$(=Date(AddMonths(Max(Record_Date),-12)))'}>} Record_Date , ',')
Try expression like:
=Concat( Distinct {<Record_Date={'>$(=Date(AddMonths(Max(Record_Date),-12)))'}>} Record_Date , ',')