Hello Will,
Found a bug with Campaign ROI Chart Dashlet. It doesn’t Generate any report as there is a flaw in the query.
- modules/Charts/Dashlets/CampaignROIChartDashlet/CampaignROIChartDashlet.php
In the function function constructQuery
The campaign id gets converted to int, Where as the campaign id would be a 36chars UID. This makes the query return no data at all.
Below is the line, Which should be removed.
$campaign_id = (int) $campaign_id;
Please add it to right category and get it is solved in next release.
Thanks & Regards,
Team Urdhva Tech
http://www.urdhva-tech.com