BBFMedia / PHPJasperXML

25 stars 36 forks source link

Bar Charts Not Working, Same JRXML is working in iReport #11

Open gurusai77 opened 10 years ago

gurusai77 commented 10 years ago

We have designed a jrxml in ireport, it is generating the expected results in ireport 5.1.

But when used with PHPJasperXML it generating the PDF but with out data.

Please help in this case.

The Series expression we have given is Series Expressions

Series-"Pass Count", Category-$F{Time}, Value-$F{Pass Count} Series-"Failure Count",Category- $F{Time}, Value- $F{Failure Count}

Is there any mistake in my expression, If so why it is generating successfully in iReport??