https://bugs.freedesktop.org/show_bug.cgi?id=46587

rob...@familiegrosskopf.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob...@familiegrosskopf.de

--- Comment #2 from rob...@familiegrosskopf.de 2012-07-08 11:21:59 PDT ---
Your phone-number is formated as VARCHAR in the table. What should the report
do with that formatted as number?
I have changed the query in your database:
SELECT "TOWN", "POSTCODE", CONVERT ( "TELEPHONE" , INTEGER ) AS "Number",
"TELEPHONE" FROM "Table1"
... and then linked it to the report. the filed "Number" is correctly shown in
a number-format.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to