How can I filter using setFilter with the condition 'not equal'.
I have a column that normally contains the values: 'YES' and 'NO' but in some cases only 'NO' is reported and I need a filter that is the opposite of NO.
I have checked that from the interface I can enter Labels and put the condition 'not equal' = 'NO' but I need to assign it from code using a setFilter ().
How can I make this filter?
I have already solved. Thank you.
This question is now closed