Hello Community,
I have a table in Excel and I want to filter two conditions in the same column, but it has not worked with Filter Query or with Filter Array.
I want to filter the Si and No.
FILTER QUERY
FILTER ARRAY
How can I solve that?
Try the Or operator:
@Anonymous(equals(item()?['Pagado']['Si'], equals(item()?['Pagado']['No']))
Ellis