.. _`Filter rows in Tables`: .. _`org.sysess.sympathy.filters.columnfiltertables`: Filter rows in Tables ~~~~~~~~~~~~~~~~~~~~~ .. image:: filter.svg :width: 48 Auto generated list version of :ref:`Filter rows in Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: port0, port1. :Looped Outputs: port0. For details see the original node. *Input ports*: :port0: [table] Table with column, C0, with reference values :port1: [table] Table with column, C1 *Output ports*: :port0: [table] Filtered Table *Configuration*: **Select C0 column** (c0_column) Select the column in Table1, upper port, to use as reference column C0 in the comparison. **Select C1 column** (c1_column) Select the column in Table2, lower port, to use as object column C1 in the comparison. **Select filter function** (filter_functions) All available pre-defined filter functions. **Use custom filter function** (use_custom_predicate) Use a custom filter (predicate) function to filter. **Filter function** (predicate_function) The predicate function to use when filtering. .. automodule:: node_table_filter .. class:: ColumnFilterTables