Label records having the same name with the same number?

I have a dataset I need to label with the same ID number if the name is the same. The record IDs should also be incrementing. Is there a way to do this? Desired outcome example:

image

Hello @zhuma
One option to perform this function is the Rank node .

The following configuration will deliver your expected output.

BR

2 Likes

@gonhaddock This does seem to work, but numbering does not start at 1 nor go consecutively as Iā€™d hoped.

1 Like

Hi @zhuma

This is an alternative approach that will maintain the row order.

See WF:
Label records having the same name with the same number.knwf (29.0 KB)

Hope this helps!

3 Likes

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