I need help setting multiple constraints on an RG, with one of the constraints being set on an option set.
Background: In an RG, I am trying to pull all transactions (valets) created by a user (constraint #1). The valets are assigned statuses from an option set (e.g., scheduled, in-progress, driver enroute, etc.). So, I only want to show those valets with a certain status (or statuses) (constraint #2).
When I set the two constraints and set the option set to a single/specific status, it works. They RG returns all valets created by the user and only returns valets with the particular status.
However, when I modify the second constraint further, to include multiple statuses from the Option Set (using the âmerge withâ function), it ignores the first constraint (that it should only return those created by the user). It displays all valets in the database with those statuses (created by all users).


