frapas_1 Posted February 27, 2014 Share Posted February 27, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now