I want to create a pie chart with calculated variables from report jrxml file. I created bar char successfully with
series expression: "1.Budget Sales
Category expression: new Integer(1)
Value expression: $V{ptd_budget_sales}
like that I added four series for four bars.
I need to use same way to create pie char. but in pie chart have only one section value
key expression
value expression
label expression
cant give more than one.
I usually pass pie char value from Java data source but now i need to take values from calculated variables only. I Google but found similar questions without answer. Please anybody help me or any link...
I read somewhere that can create from csv file too. In that case how to create a csv file from report? I know to create from Java but not from report ...any suggestion is appreciated..