Wednesday, October 10, 2018

Sort Results of a Saved Task Search by Start Time

Creating Saved Search for Task does not allow you to Sort by Start Time.

Solution 1:

1. Edit the Task Saved Search.
2. On the Results tab add Formula (Text).
3. Add the formula to_char({starttime}).
4. Sort by set to Formula(Text).
5. Click Save&Run

Solution 2:

If Task Saved Search is for Task within the day and has to be sorted by Start Time:

1. Edit the Task Saved Search.
2. On the Results tab add Formula (Date/Time).
3. Add the formula {starttime}.
4. Sort by set to Formula (Date/Time).
5. Click Save&Run

No comments:

Post a Comment