Hello,
I am attempting a visibility filter for an entity. I have the filter set up like this:
Once applied it save the filter like this:
(
Assignment Type = Event
AND
(
Account = XXXXXX
)
)
The field will only show if the type is event and the account is equal to XXXXX. I want it to show if the assignment is an event OR the account is XXXXXX.
I am attempting a visibility filter for an entity. I have the filter set up like this:
Once applied it save the filter like this:
(
Assignment Type = Event
AND
(
Account = XXXXXX
)
)
The field will only show if the type is event and the account is equal to XXXXX. I want it to show if the assignment is an event OR the account is XXXXXX.
Comment