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

Query Filter String w/ Multiple Values (Domain Language)


zgadson

Recommended Posts

Need some help creating a Domain query to pull only select values from a field.

 

In short, I have a "Load.LoadStatus" field name containing only 3 values: OnTime, Late, & Delivered.

I also have 3 boolean parameters - one for each status.

I want to combine OnTime and Late so I can have a 4th status which will effectively show me everything in transit. (This parameter would be a Multi-Select Query type.)

 

 

******

 

I've tried so many different combinations.

Load.LoadStatus == ("OnTime, "Late")

Load.LoadStatus in(Ontime, Late)

("OnTime", "Late") in Load.LoadStatus

etc.

 

What am I missing?

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