Hi – I want to create a search that shows the date due is before “today”. At present I can only see a search rule that “is today”. In other words, I want a search that shows me the overdue bills. Thanks
I’m using a script field that calculates if something is due. Then I can search on this field.
-
This reply was modified 2 years, 1 month ago by Daniel Leu.
-
This reply was modified 2 years, 1 month ago by Daniel Leu.
Use a calculatie field “overdue”
(today()- Date )/(24*60*60)-( Term )
where Date is a datefield with the “start date” and Term is a numberfield with the Term you want to use (in number of days)
Alternatively, let Tap Forms do the work for you and use the in the period
comparison operator with the Before today
setting.