michael.anatole Posted May 14, 2015 Posted May 14, 2015 I have a pie chart in the summary that when run gives the following error message: Error Generating Report.Contains : <no message> in Report State tab with an Error count of 1.I have a simple SQL query : select count(*) as students, agegroup from attendance group by agegroupReturns 474;"Young Adult "426;"Teen "3010;"Youth "2479;"Adult "1613;"Senior " Value = $F{students}Label = $F{agegroup}Key = IF($F{agegroup}==null,"empty",$F{agegroup}) Report is fine when NOT running with chart. What could be the problem here. Confused! Please advise!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now