Hi ,
I just new in Knime and I want to do simple row filter. I have a column called " number of terms" and I want to exclude rows that it's terms is greater than 100 for example. How Can I use boolean operator to filter these rows
Thanks
Mohamed
Hi ,
I just new in Knime and I want to do simple row filter. I have a column called " number of terms" and I want to exclude rows that it's terms is greater than 100 for example. How Can I use boolean operator to filter these rows
Thanks
Mohamed
Hi Mohamed
Is the column you want to filter on a numeric column? If so you can just use the row filter and do a range based filter where you min value is 100.
Steps:
Did this solve your problem?
Cheers
Sam
thanks it did !!