Does not seem to be a way to combine AND and OR in the same filter.
Example:
contract status = Active
and
contract type = (Block of Time, Block of Money)
and
(code includes NBP or code includes TDEV)
There's no way to group the OR together as indicated above so the logic is wrong. Let me know if I am missing something about the way the filter dialog works.
-- Craig
Example:
contract status = Active
and
contract type = (Block of Time, Block of Money)
and
(code includes NBP or code includes TDEV)
There's no way to group the OR together as indicated above so the logic is wrong. Let me know if I am missing something about the way the filter dialog works.
-- Craig
Comment