Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i am trying to get an expression working that will show me the previous month but to same day.
i.e.
today is 8th July, so i would want previous month to be from 1st-8th June.
can anyone help please?
Maybe something like this:
sum({<MyDateField={'>=$(=num(monthstart(today(),-1)))<=$(=num(addmonths(today(),-1)))'}>} amount)
May be like:
InMonthToDate (date, Today(), -1)
Maybe something like this:
sum({<MyDateField={'>=$(=num(monthstart(today(),-1)))<=$(=num(addmonths(today(),-1)))'}>} amount)