Forum Discussion
mconstantin_aras_com
25 days agoCreator I
Hello
Try something like this, combination of AND and OR
(is_current = 1) AND (
(State = 'Released') OR
(State = 'Preliminary') OR
(State = 'In Review')
)
Michael
Hello
Try something like this, combination of AND and OR
(is_current = 1) AND (
(State = 'Released') OR
(State = 'Preliminary') OR
(State = 'In Review')
)
Michael