Showing posts with label evaluate. Show all posts
Showing posts with label evaluate. Show all posts

Wednesday, March 21, 2012

Multiple Expressions in Precedence Constraints

Is it possible in a precedence constraint to have multiple expressions evaluated? IE

Operation set to Expression and expression to evaluate is: @.File = x or @.File = y

Thanks

(@.File == "x" || @.File == "y")|||

I am an idiot!

Thanks

|||If this was correct for you, please mark this thread as answered.