https://bugs.documentfoundation.org/show_bug.cgi?id=105980

            Bug ID: 105980
           Summary: Filter lost the Regular expression after saving
           Product: LibreOffice
           Version: 5.4.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: juergen.funk...@cib.de

The Filter with Regular expression (RegExp): Only save independencies of =
(match) and <> (!match), but in the GUI you can set with other Condition and
works, but when save, it ignore the RegExp and lost this information. The
RegExp make only sense in dependencies of =, <>. This should be handle in the
GUI and than the user can see whats going on.

You can reproduce this with follwing steps:
-------------------------------------------
 1. Insert follwing in
    A1 = "Test" 
    A2 = "abc"
    A3 = "bcd"
    A4 = "cde"
 2. Go to 'Data -> More Filters -> Standartd Filter'
    Open 'Options'
      set 'Range contains column lables'
      set 'Regular expression'
      in first row set 'Field name' to "Test"
      set              'Condition'  to "Begins with"
      set              'Value'      to "a|b"
      press            'OK'
 3. the result must be 
      "abc"
      "bcd"
 4. Save file and close calc
 5. Open the file
 6. Go to Filter see 2. and in 'Options' the RegExp is not set

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to