Jump to content

Recommended Posts

Posted

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 agegroup

Returns 

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!

 

 

 

 

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...