Row Filter

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:

  1. Connect the row filter
  2. Select use range checking
  3. Set upper bound to 100
  4. Choose the correct column to filter on

 

Did this solve your problem?

 

Cheers

 

Sam

thanks it did !!