i want remove values from my column age which contains values less than or euqal to zero and greater than 80. how i can do that. i am using this in rule base row filter
$Age$ <= 0 =>TRUE
$Age$ > 120 => TRUE
and then excluding the TRUE VALUES , but its not working
I’am guessing. If Age is of string format, this won’t work. And if I guess wrong, what does your data look like? Can you upload a sample workflow to see where exactly it goes wrong?