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

Andy Jordaan <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Andy Jordaan <[email protected]> ---
I am at fault here, I solved this issue a while ago and thought I published the
solution wherever I requested help. (SORRY Community )

Here is a link to a detailed explanation : 
https://forum.openoffice.org/en/forum/viewtopic.php?f=13&t=79196
 the actual problem is the method used to filter the report, Villeroy's filter
method of using a table that contains the last filter request is great , but
not suited to multi-users. the every next user to use the table firstly removes
the information you left in the table and the leaves his request in the table .
hence if you pull your report a second time its pot luck as to what report you
get.

The solution

Is to issue a SQL delete instruction in the macro to clear the Filter Table
FIRST , THEN just let the Macro put the Documents filter value back in the
Filter Table and pull reports as necessary.
I need to say here that this solution solved another problem I was having in
the the Filter Table corrupted occasionally on simultaneous use and had
multiple entry's in it that had to be cleared manually

The macro used is given in the link above with a much more detailed explanation

This solution is not elegant but it works

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

Reply via email to