.. _`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. *Ports*: **Inputs**: :port0: [table] Table with column, C0, with reference values :port1: [table] Table with column, C1 **Outputs**: :port0: [table] Filtered Table *Configuration*: **c0_column** Select the column in Table1, upper port, to use as reference column C0 in the comparison. **c1_column** Select the column in Table2, lower port, to use as object column C1 in the comparison. **filter_functions** All available pre-defined filter functions. **use_custom_predicate** Use a custom filter (predicate) function to filter. **predicate_function** The predicate function to use when filtering. .. automodule:: node_table_filter .. class:: ColumnFilterTables