I have a issue, i have make a query from MySQL DB, and return a few value, and a timest, that are the timestamp, a char field, I recive the results from the qyery, BUT no lines in the chart. i can se there is plenty of row to make lines from... is there any issue with the 'timest' field from the DB?
I connected the flow, to the right axis, that are 0-10000, and the other to the left axis 0-140,
it´s seems like the timespan, is not understand by the chart..
The timezone on the server is CET+1, Stockholm, I have a report thats run on another site, with the same timesetting on the server. and that report looking fine... this is a screenshot from the both GW
is the same formatting, and the project is both using the Gateway time setting.
if i run the query manual, i got the result.
Very strange
I see now, that the GW version on the working side, is 8.1.20, and the faulty is 8.1.23
Hi..
Small updates on this issue.
After research, i see that the Timest filed in the MySQL db, is a char field, and not a DATETIME field,
i try to use the str_to_Date() function, but no success,
I try to export som day from the MySQL db, and import it to a SQL DB, with the DATETIME set on the timest field, and o got plot directly
SO any ideas why the str_to_date not working, im very intresting about
I have asked the vendor, to se if it´s possible to add a DATETIME filed in the existing DB, and populate it with the timstamp i get back...