Jaspersoft Community 'Read-Only' as of July 8, 2022
Transition to New TIBCO Community Just Weeks Away
You can still search, review wiki content, and review discussions in read-only mode. Please email community@tibco.com with questions or issues requiring TIBCO review or response.
Jasper iReport Designer Professional 5.6
When running my chart report I get this error:
**Error filling print... java.math.BigDecimal cannot be cast to java.lang.String ......Print not filled.
The variable I'm using is pulled from an Oracle database and is a BigDecimal data type. In my Value Expression, I'm setting the Value Class Name as java.math.BigDecimal as well. I've tried passing the variable as a string and that doesn't work either.
Does anyone have any thoughts on how I can get past this error?
1 Answer:
Hi reggiereg,
I had to face these kind of errors a while ago, i had fixed it with adding blank string to the String variable passing. Somthing like below.
Hi reggiereg,
I had to face these kind of errors a while ago, i had fixed it with adding blank string to the String variable passing. Somthing like below.