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

m.a.riosv <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
                 OS|Linux (All)                 |All

--- Comment #9 from m.a.riosv <[email protected]> ---
Sorry for the mistake.
Reviewing issue, it's clear that the function doesn't work properly. It doesn't
return an array where there are several values.

On the new sample attached
{=FILTERXML($A$3;"//book/title")}

Workaround it's call every row of data explicitly. 
{=FILTERXML($A$3;"//book["&(ROW()-6)&"]/title")}

-- 
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