Jump to content

Recommended Posts

Posted

 hi frnds...

i am new to dis forum,my question is that

in backend(oracle) table field is of type CLOB datatype,but der is no option of CLOB datatype in ireport....

so how to display in ireport(pdf)....

 

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

Try this , I hope it will work.

In text field use the following Expression :

$F{yourFieldName}.getSubString( 1l, ( new Long( $F{yourFieldName}.length() ) ).intValue() )

 

Good Luck.

 

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