Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Good People,
want to ask,
I want to create a set analysis for results dated less than 12 months from the current date
this Is my script :
registered_date={"$(=Date(addmonths(MonthStart(Max(MakeDate(Year, Month))),-12),'YYYY-MM-DD'))"}
but, this didn't working.
can anyone help?
thanks