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

Filtering 2 Boolean Parameters Both w/ Multiple Strings


zgadson

Recommended Posts

Hello,

 

I've got a 2 parameters that work perfectly, except when they're both in the same query filter. I'm limted to Domain language, so this is what I've got:

 

My field LoadTmsStatus can only be 4 values: Scheduled, InTransit, Delivered, or Closed, and I have a Boolean parameter that selects one or both of these two parameters:

 

$P{InTransitINTERNAL} = new ArrayList(Arrays.asList(new String [] {"Scheduled", "In Transit"})):null

&

$P{DeliveredINTERNAL} = new ArrayList(Arrays.asList(new String [] {"Delivered", "Closed"})):null

 

Capture.jpg

 

Again, they work fine if I only have one of the parameters as a filter, but when I include them both, my report fails. Any help would be greatly appreciated!

 

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