Visualization problem after update from 3.0.6 to 3.0.7

jnskst

New Member
Hello, my problem is that I have on few visualizations query strings on top of the fusion chart after the lat update! The chart looks ok! Any Idea?

here is the link to a test chart: https://www.proopps.com/index.php/tesz-geo

thanks

regards jnskst



ELECT SUM(value) AS value, label FROM (SELECT DISTINCT `M_forecast_dashboard`.`id`, M_forecast_dashboard.sum_third_fiscal_year AS value, 'calc' AS label FROM `M_forecast_dashboard` LEFT JOIN `market_segments` AS `market_segments` ON `market_segments`.`id` = `M_forecast_dashboard`.`segment` LEFT JOIN `activity_status` AS `activity_status` ON `activity_status`.`status_id` = `M_forecast_dashboard`.`opp_status` LEFT JOIN `#__users` AS `q8rp9_users` ON `q8rp9_users`.`id` = `M_forecast_dashboard`.`sales` WHERE ( M_forecast_dashboard.region = (SELECT `region` FROM `user` WHERE `user_id`=42) )) AS t GROUP BY labelSELECT SUM(value) AS value, label FROM (SELECT DISTINCT `M_forecast_dashboard`.`id`, M_forecast_dashboard.sum_next_fiscal_year AS value, 'calc' AS label FROM `M_forecast_dashboard` LEFT JOIN `market_segments` AS `market_segments` ON `market_segments`.`id` = `M_forecast_dashboard`.`segment` LEFT JOIN `activity_status` AS `activity_status` ON `activity_status`.`status_id` = `M_forecast_dashboard`.`opp_status` LEFT JOIN `#__users` AS `q8rp9_users` ON `q8rp9_users`.`id` = `M_forecast_dashboard`.`sales` WHERE ( M_forecast_dashboard.region = (SELECT `region` FROM `user` WHERE `user_id`=42) )) AS t GROUP BY labelSELECT SUM(value) AS value, label FROM (SELECT DISTINCT `M_forecast_dashboard`.`id`, M_forecast_dashboard.sum_current_fiscal_year AS value, 'calc' AS label FROM `M_forecast_dashboard` LEFT JOIN `market_segments` AS `market_segments` ON `market_segments`.`id` = `M_forecast_dashboard`.`segment` LEFT JOIN `activity_status` AS `activity_status` ON `activity_status`.`status_id` = `M_forecast_dashboard`.`opp_status` LEFT JOIN `#__users` AS `q8rp9_users` ON `q8rp9_users`.`id` = `M_forecast_dashboard`.`sales` WHERE ( M_forecast_dashboard.region = (SELECT `region` FROM `user` WHERE `user_id`=42) )) AS t GROUP BY label
 
I have a similar problem when I use Related data links... my list is shown but also SQL sentence... I have this problem after update to 3.0.7 version. :(

It's a bug?
 
Any news regarding this issue?

Hi, are there any news regarding this issue?
I need to fix that soon!

regards

jnskst
 
I don't see this on my test charts.

@jnskst - The link to the test you gave doesn't seem to exist.

Can someone post a link to a page which is doing this?

-- hugh
 
Hi, after having upgrade from 306 to 307, I've got the same issue. Did you manage to solve it?
Any ideas to sort it out?
Thanks
 
Back
Top