Hi all
i need to filter some rows out of my data set based on characteristics of some fields

In my image, I need to filter the select row based on KUNNR and VKORG.

I tried [KUNNR] != "0000025664" AND [VKORG] != "FW02" but it actually filtered out all rows with KUNRR = 0000025664 and all rows with VKORG = FW02.
I'm sure that i'm not using properly the combination of "!=" and "AND" operators but i just can't figure it out
Thank you
Francisco