[Libreoffice-bugs] [Bug 132649] REPORTBUILDER: Impossible to show decimal-places of a time-field (Firebird)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 3 17:44:59 UTC 2020


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

--- Comment #1 from Robert Großkopf <robert at familiegrosskopf.de> ---
You could solve this problem for Firebird by starting the report with a query:
SELECT "table_time".*, CAST( "table_time"."Time" AS TIMESTAMP ) "TTime" FROM
"table_time"

If I change the type of the field to a timestamp in a query it will work ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200503/fbd35211/attachment.htm>


More information about the Libreoffice-bugs mailing list