Rule Based Row Filter (Dict)

Dear Knimers,

In Rule based row filter (dict), is there a possibility to identify for which rules the input table was filtered for.
Example - The bottom table contins the rules, the top table is filtered fpr the rules. The output is filtered tabel without any reference to Rules table.
But I want to capture the either the row ID from rules table or columns from rule tables.

Please share your findings and suggestions.

Thanks
Suhas

1 Like

Welcome to the forum @Suhas27.

Off the top of my head, I’d suggest using a Rule Engine or Rule Engine (Dictionary) node to create the tags in the table to be filtered, then carrying out the filtering.

4 Likes

Hello @Suhas27,

check bottom topic. You have example workflow in it.

Br,
Ivan

3 Likes

Hi Ivan ,

Thanks for pointing me to this.
But I am still consfused regarding the config in Rule-based Row Filter node.
And I am not sure how to get row id details from rules table into the filtered table.

Will wait for your reference.

Regards
Suhas

Hello @Suhas27,

not sure what your aim is exactly? If you use Rule-based Row Filter node the filtered table contains rows which did not match any rule so there should be any relation between rules and those rows. Can you maybe give us example on your input data together with rules and expected output?

Br,
Ivan

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.