Hallo everyone,
I succeded to use create a filter with this definition:
[Filter Element] <> '1'
It just means, without the value 1.
I tried this, it didnt work:
[Filter Element] <> ('1';'2';'3')
I want to use <> for multiple values. How can I do this? Thank you for the advice.
Regards,
Ratna :)
Try this:
[Filter Element] <> ('1','2','3')
'not in' would better suit your needs..