Submitted by Cyganet on 2022/03/28 05:18

One for the wishlist: I wish I could define separate sort and filter criteria for each level shown in the grid.  I now use the source bar, and have to invent combinations of filters and sorts so that each level shows the items that I want.  Where it goes wrong is at the lower items levels, it filters out items that I want to keep because it is applying a higher level filter.  Using "| "to filter sub-items is an all-or nothing toggle.

Ideally I would like a control that looks something like:

Item level Filter criteria Sort criteria
1   [Priority], [TaskOrder]
2 NOT (Status = "Done") [Status]
3 [DueDate] >= #2022-03-20# [DueDate]

Is it possible to make something like this?

 

Thanks!

Comments

In the next version:

  • New: Grid: Source filter supports multiple levels of filtering. Separate each level with | . Last filter applies to deeper level sub-items (add a trailing | to not filter these)

Thanks !

While I was at it...

  • New: Grid: Source Sort supports multiple levels of sorting. Separate each level with | . Last sort applies to deeper level sub-items (add a trailing | to not sort these)
Suggestions