Hi,
My configuration
Joomla 2.5.14
Fusion Chart 1.1.9
I have a query :
SELECT
'- 25 ans',
left(cb_sexe,1),count(left(cb_sexe,1))
FROM jos_comprofiler jcm
where left(cb_sexe,1)<>""
and (YEAR(CURRENT_DATE)-YEAR(cb_datedenaissance)) - (RIGHT(CURRENT_DATE,5)<RIGHT(cb_datedenaissance,5))<=25
group by left(cb_sexe,1)
When I launch in Fusionchart, I have this message : "SQL Query OK, but get empty output."
If i launch since phpmyadmin, the results are correct
If you need an account on my server, it's possible.
Thanks for your help.
Franck