Hi,
I have a repeating group of to-do list items sorted by date… Ending soonest to latest…
The problem is that not all of these fields will have a date, and when I sort it places the tasks without a date above those with a date ending soonest… I would like this to be opposite
I.e. It gives me
-
Task 1 - Due whenever
-
Task 2 - Due Tomorrow
-
Task 3 - Due next week
Any ideas?
If this isn’t possible can I make it so that anytime a task is added and the date is empty it can default to a date like 999 years from now? Would I do this in the workflow for creating a new task?