问题 where( and ( choose(constant(0).is(1), select('WorkLocation'). is(within('Not Updated')), select('WorkLocation')), choose(constant(1).is(1), select('Status'). is(within('Red', 'Orange')), select('Status')), choose(constant(0).is(1), select('ConfirmationDate'). is(between(637281491635663900, 637258237221895200)), select('ConfirmationDate')) ) ) In the Above Where condition Query, I have to do a filter on three fields WorkLocation, Status, ConfirmationDate, I have used choose