Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use function endOfDay() in search for field 'Due Date'

E August 21, 2020

I want to create a filter on Due Date so that it shows issues that have a due today and the next 5 days.  When I enter  duedate = endOfDay("+5") it only gives me the items due over 5 days but I need the issues from now till 5 days.  How do I correctly use this function?

Thanks

1 answer

1 accepted

1 vote
Answer accepted
Fazila Ashraf
Community Champion
August 21, 2020

@E 

Try this => duedate > startOfDay() and duedate < startOfDay(5)

E August 21, 2020

this works, thanks!

Like Fazila Ashraf likes this

Suggest an answer

Log in or Sign up to answer