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

rob...@familiegrosskopf.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |rob...@familiegrosskopf.de

--- Comment #2 from rob...@familiegrosskopf.de ---
Seems this is the reason:
-----
3c. On third step assign 0 (or FALSE) to one option, 1 (or TRUE) to the other
option.
-----
Isn't the same for the field. If you set it to 'true' (lower cased) and 'false'
(also lower cased) it will work right.

The checkbox for boolean field works the same way. If you set the values here
to 1 and 0 it won't show 'true' content.

Don't know why it isn't implemented, because it works well in queries. But the
values shown by the queries in Tools > SQL will show with
SELECT * FROM "demo" where "boolean" = 1
Output: 
0,true,1,1,
2,true,0,1,

I will confirm the bug, but it will work right with the value queries return
for the boolean fields.

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