Jump to content

jasper report custom splitcharacter


frapas_1

Recommended Posts

I have a report with a text field where I display one or more (just a few) email addresses separated by ", "

The problem is that jasperreport splits the email address that does not fill in the box using as word delimiter the following chars: ".,-". So it split the email addressess in the unwanted way.

 

For example

"user.one@emaildomain.com, user.two@emaildomain.com" is splitted as follow

 

user.one@emaildomain.

com, user.two@emaildomain.com

 

instead 

 

user.one@emaildomain.com, 

user.two@emaildomain.com

 

 

 

Is there a way to tell jasper to use for this field a different set of split characters ?

 

In this case I wish to use only ", ".

 

thanks

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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