Eligible Variable Values for Reference Row Filter

Using the Reference Row Filter and building it into a data app. I need to include a widget to flip the “Include or Exclude rows from the reference table”, the variable for this flag is a string but I can’t figure out what the valid options are for that variable I have tried the following:

  • Include
  • Exclude
  • include
  • exclude
  • yes
  • no
  • Yes
  • No
  • 1
  • true
  • false
  • True
  • False

Is this documented somewhere that I missed?

On Version 5.3.3

Hello @kandanevans,

and welcome to KNIME Community!

Values needed are INCLUDE and EXCLUDE (version 5.5.2). This is not documented to my knowledge. You can find about eligible variable values by creating flow variable from it, run node and then inspect it’s value.

Br,
Ivan

2 Likes