Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I would like to make a trigger on open a document. i would like to have the date period from today-5 until today-1. But I can't get it work.
This works, but how do I make it so it becomes the interval?
= Date(today()-1)
Are you looking for a search string for a Select in Field action?
= '>=' & date(today()-5) & '<=' & date(today()-1)
Are you looking for a search string for a Select in Field action?
= '>=' & date(today()-5) & '<=' & date(today()-1)
yes that was it. Thank you sir