Jump to content
We've recently updated our Privacy Statement, available here ×

Jaspersoft Studio / Pie Charts


unficyp

Recommended Posts

Hi,

tried to create a pie chart using this tutorial (http://community.jaspersoft.com/wiki/creating-charts-and-datasets-jaspersoft-studio)

but with my own dataset using this query:

select status_name label,  count(*) value from v_project_detail group by status_name[/code]
 
the "Data preview" in the Dataset and Query Dialog shows the correct data but the Charts shows only "Document empty"
after clicking on preview.
In the chart i put 
Value -> $F{VALUE}
Label -> $F{LABEL}
Key -> $F{LABEL}
Max slices to Show 10
 
Console Output:
Start Report Execution
Compiling report......DONE
StartingSetting Data Adapter...DONE
Setting Virtualizer...DONE
Filling Report........DONE
Report Execution Finished.
 
No errors.
 
How can i find out whats wrong ?
 
thnanks & regards
gerald
 
Link to comment
Share on other sites

  • Replies 2
  • 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...