makroll10 Posted August 19, 2014 Posted August 19, 2014 Hello, I would like to define two or more filter expressions in my report.For example: I only need the data records with "string1" or "string2".In Case of only one filter expression, like this: $F{AbleKey.Qualificationid.contains("string1"), it works.With two filter expressions like this: $F{AbleKey.Qualificationid.contains("string1") or $F{AbleKey.Qualificationid.contains("string2").It doesn't work.Who knows the correct syntax? What's wrong?Markus
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