https://bugs.freedesktop.org/show_bug.cgi?id=64001
GerardF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from GerardF <[email protected]> --- The string TRUE is turned into 1 while typing, dragging down increments this number. (Holding the Ctrl key while typing is a workarround). Booleans in OOo and LibO are not true booleans but numbers with specific format. Typing =TRUE() and dragging produces the expected result (TRUE in all rows as you drag a formula , not a number). Writing a string and rely on number recognition is not the best way to have the boolean value. Don't forget that number recognition is locale dependant (TRUE in EN, VRAI in FR...etc). So the best way is to use TRUE() and FALSE() formula. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
