Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a date field - Active DATE with values in MM/DD/YYYY format and ID
I need to create a set analysis expression where if the Active DATE is in Previous month and do a count on ID.
Let's say if an ID has Active DATE 4/25/2021, since it exists in previous month, I need to count that ID.
{<[Active DATE]={">=$(=AddMonths(MonthStart(Today(1)),-1))<=$(=AddMonths(MonthEnd(Today(1)),-1))"}>}
{<[Active DATE]={">=$(=AddMonths(MonthStart(Today(1)),-1))<=$(=AddMonths(MonthEnd(Today(1)),-1))"}>}
@jwjackso Great, thank you for the quick help.