Javascript table view and nominal filter definition

Hi,

Although only the “Range Slider Filter” node is currently available as filter definition node for interactive javascript views, I’m considering to add a nominal filter definition node.

In the of knime_table_1_0_0.js file (org.knime.js.core_3.4.1 - I’m guessing this is the latest version), nominal filters seem to be supported, but I noticed a tiny bug in ‘isRowIncludedInFilter’ function, which prohibits nominal filter use.
The conditional instructions comparing column filter types, wrongly use the assignment operation (=) instead of equal operator (==).

Greetings

Hi arofab,
thank you for reporting this. I just had a look into the code and this definitely seems wrong. I will open a bug report and hope that it is fixed as quickly as possible.
Kind regards,
Alexander

Hi arofab,
the code has been fixed and with version 3.5.4 of KNIME that fix should make it into the release. Thanks again for reporting it!
Kind regards,
Alexander

1 Like

Thank you Alexander for keeping me informed!

1 Like

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