What is wrong with this report.php code? Am I having a naming issue?
$sql="
SELECT srat.taxyear as taxyear, srat.employee_email as employee_email, employee_title, srat.cost_center_name as cost_center_name, srat.consultant, srat.w2_wages,srat.reason, srat.qualified_dollars,srat.key_year
FROM survey_results_activities_temp srat
";
$this->src('substantiator')
->query($sql)
->pipe($this->dataStore("srat")) ;