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

String Index out of range : 0 jrxml


harismitacbe

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

If you can give Query then i can give a try and i hope you are not passing a array of string on multiple string value to above Parameter and single value should be passed in the parameter. Sorry to disappoint you but your query is wrong according to me . Just try with this way   

SUM( case $P{OBLIG}
WHEN 'ALL' THEN abs( A.recoveryamount/10000000)
WHEN 'Delivery' THEN  B.delivery

WHEN 'premium' THEN B.premium
WHEN 'excercise/assignment' then B.excercise

an so on
 ) 

you can do subquery after THEN for 1st calculation part if its mysql or postgre etc. One point to note down each field null value should be handled number column should contain null value 

Link to comment
Share on other sites

  • 3 months later...

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...