DecimalComma data in table not showing in chart.
-
In order to see data with DecimalComma, it has to be converted to DecimalPoint.
(This makes 8,15 look like 8.15 and will make this plugin work. Data in table is still 8,15)
Use, for column, like this,
m3
replace(m3,”,”,”.”) AS m3SQL code:
SELECT date, replace(m3,”,”,”.”) AS m3
FROMyour_tablename
WHERE 1Thanks for an accurate and quick response!
___________________________________________
Wordpress 4.9.8
Version 2.1.1 | By Guaven Labs
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘DecimalComma data in table not showing in chart.’ is closed to new replies.