Constraint on Datagrid

0
I've got these constraints on a Datagrid (and on a ReferenceSetSelector): [LeaveDate = empty] [Available = 'Yes' or Available = empty] I would expect to see the following: All employees where LeaveDate = empty AND where Available = Yes or Empty. But the result is an empty grid. If I understood correctly adding constraints underneath each other means "AND". Did i forget something?
asked
1 answers
0

Weird... It's working now... Same constraints, good result :)

answered