Hey,
I´m new in the “world” of KNIME so please be indulgent with me.
I have a table like this:
Column Header: A B C D E
1 Product 1 True Product 2
2 Product 1 Product 2 True
3 Product 1 True Product 2 True
And I want the table like this:
Column Header: A B C D E
1 Product 1 True
2 Product 2 True
3 Product 1 True Product 2 True
I tried the Rule based Row Filter and filtered the rows for the “true”, but then nothing changed because every row contains at least one “True”.
So I thinking about using different Row filters for every column and mix the tables in the end again. But is there a smarter and faster solution for this?
If you need more informations let me know.
thanks
KoSS