Rule based Rank

Hi,
i’m trying to rank the APU but i want to skip the rows where the APU = 0 without removing or changing the order of the rows. I tried the Rule Engine Node but couldn’t make a valid rule.
Is there a better way to do it ?

@Vincentsoy you could try a combination of Rank, Counter, RowID and Rule based row splitter. You can preserve the RowIDs and the oder with the help of the counter node. you might also have different sortings and bring them back together with the Concatenate node.

kn_forum_44426_rank_with_rule.knwf (45.6 KB)

4 Likes

Thanks again for the fast reply @mlauber71
I’ll try!

1 Like

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