Idea Delivered Partially

Can be achieves with custom filter macros

Regular Expression Matching in filter

When setting up a basic expression in the filter dialog I am struggling to produce a filter that matches my requirements.

For example, i want to filter all strings in the stringlist that have an ID that ends with "<any-lowercase-char>SN".

There are several issues doing this currently.

1. I cannot anchor SN to the end of the string.

2. I have to use 26 separate "OR'd" rules, 1 for each letter of the alphabet.

3. I cannot use the GUI to create this filter, as there seems to be a limit on the number of lines allowed in a filter in the GUI.

4. If I export the rule and edit it manually, I can re-import it. It does work, but I can still only see the first 3 lines of the filter in the GUI.

 

Please allow the use of regular expressions in filters. You already allow it in the search dialog. I understand there may be a performance hit, but the flexibility of regexp filters outweighs that, for me anyway.

Parents
  • The filter concept that uses the BASIC expressions can access all internal properties. In most cases this is complex enough for users Combining this with RegEx will end up in a highly complex user interface that cannot be configured easily by users.

    Users that are aware of RegEx can use the Filter macro to implement any filter that is needed.

    What about this solution for your specific problem:

Comment
  • The filter concept that uses the BASIC expressions can access all internal properties. In most cases this is complex enough for users Combining this with RegEx will end up in a highly complex user interface that cannot be configured easily by users.

    Users that are aware of RegEx can use the Filter macro to implement any filter that is needed.

    What about this solution for your specific problem:

Children
No Data