0

Using Filter and Union

Hello,

I try to do the following:

I have a list of filter (let's say A1, B1, and C1) from which I want to retrieve the union of the result and to have the result in a filter

It is possible to do NL("Rows"; NP("Union"; A1;B1;C1)) and get a list

But it is not possible to have it in a Filter as

NL("Filter"; "Table"; "Field"; "Field"; NP("Union";A1;B1;C1))

Can you help?

Regards,

Mat

1 comment

Please sign in to leave a comment.