Comments
2 comments
-
I'd also like to see a confirmation step when removing object filters.
I had spent some time constructing a multi-clause filter on an object, and I wanted to edit it. But, by accident I clicked the red X instead of the green pencil. The existing filter clauses were lost, and I had to start over.
Could you add a confirmation step when deleting filter rules? Perhaps this could be invoked only if the filter rules were "dirty" or unsaved.
Thanks! -
Thanks for these suggestions - I can see how they would be handy features to have, so I'll log them into the system here as feature requests. They'll then be considered for a future release of the application.
Add comment
Please sign in to leave a comment.
All the objects follow a nice naming convention that supports such filters. E.g., tables are named TableRootOne_xxxx, TableRootTwo_yyyy, etc., where xxxx and yyyy are system-generated numbers. I use a rule like:
Object name Contains "TableRootOne_" OR Object name Contains "TableRootTwo_"
It would be very useful to me if there were an "APPLY" option in the Edit Filter Rule dialog that would, of course, apply the current filter, refresh the object list in the main window, and allow me to continue editing the filter.
This would allow me to build up my final desired filter incrementally.