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

setting new conditions in designing the rpt


lio

Recommended Posts

hi,

thanks for ur replies which r valuable.

Am using ireport1.2.0, its fine working, but when i want to use zeros incase where the values are null and the datatype is numeric, instead of making it blank, and i don't want to give the condition in textfield expression like true or false when value equalto null...,

then whats the alternate method and also where the ireport is handling all these conditions, i can't able to find it, not with the setter , getter methods, is it internally handled by jasper or how, can u plz help me in understanding the cycle.

 

Ur reply will be very helpful for me,

thanks ,

lio.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

If I understand you right 0 should be printed instead of blank.

 

You could do this already in your query (depending on the database your are using). Something like

 

NVL(field, 0) -> would result in 0 values instead of NULL in ORACLE.

 

rgds

Link to comment
Share on other sites

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