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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #5 from [email protected] ---
I could confirm the behavior for x-axis as date-formatted value.

Will attach a new file. Have a look at the second report. I changed the date
into char with the following query:
SELECT
RIGHT('0'||DAY("Datum"),2)||'.'||RIGHT('0'||MONTH("Datum"),2)||'.'||YEAR("Datum")
AS "Dat", COUNT( "AUNr" ) AS "Fahrten", COUNT(DISTINCT "FeldNr" ) AS "Felder"
FROM "biogas" WHERE "ID" > 4 GROUP BY "Dat"

The characters were shown right in the x-axis.

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

Reply via email to