Forum Discussion
mconstantin_aras_com
1 month agoCreator II
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