How to filter rows based on specific values in Libreoffice?

Viewed 3637

I have a table with several columns.

enter image description here

I want only the lines where target value is different from alg value. In this case where target is 1 and alg is 0. So, line 2, 4 and 5 should stay and line 3 should be removed. How to do that?

1 Answers
Related