Hello,
We would like to Query the tickets which are Over due and the tickets which are about to due in 3 days.
Can anyone please help with the Queries.
Thanks in Advance.
Madhu
Hi @Madhu Reddy
Hi @Madhu Reddy
Overdue tickets
due <= now()
due >= "0"
About to be due in 3 days.
due <= startOfDay("+3d")
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.