Unfiltering workflow

Hello Knimers,

I work on a classification workflow, and to an easy to read information, I sometimes filter columns and rows to work on a single category, but is it possible to unfilter my file at the end so that I can see all the work I have done ?

Thanks

Hi YGD,

You could split your dataset instead of filtering. For example use Row Splitter, then Concatenate to merge the split partitions again. For columns use Column Splitter, then Joiner using RowID as the joining column.

2 Likes

Hi @alinkdaniel, I will try to do it that way thanks

I tried it and it works really well, thank you for your help

2 Likes

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