The following custom filter statement is omitting results from 'ultimate_parent_id' & ''legal_entity_id' columns I expect to see when I run the workflow(i.e. these numbers are in my data set)
Can the syntax be changed to make this work or other solution I can try ?
( organization_id IN (10002456, 345678)
OR ultimate_parent_id IN (543290, 56704)
OR legal_entity_id IN (114320, 657890) )
Thanks