Hello,
I am looking for intersection / exception for account limitations. I have found advanced limitation builder with match/not match/wildcard capability however I need to combine this result by creating a limit on
COUNTRY = 'X'
UNION ALL
VisibleBy LIKE '%X%'
EXCEPT
NotVisible LIKE '%X%'
Can it be done at all? If so can you be of assistance please.