Hello everyone,
I am new to the world of Alteryx and need some assistance.
Here is my scenario:
I have a file with Account numbers and Tax ID. Sometimes we may have setup multiple Accounts with same Tax ID and some with Tax ID blank.
I need to group all accounts with same Tax ID as Tile 1 with Sequence number. ==> This works perfectly for all data that has Tax ID.
However where tax ID is blank, it marks all of them as same Tile Number. <== For this I need either unique tile number for each blank Tax ID record or use Account Number (as an alternate field) to generate unique tile numbers.
Input data and expected results
Input data and expected output
However, what I get as my output is as follows (in orange):
1. It sorts my data. I would like to avoid that if possible.
2. It marks all blanks as same tile after sorting. Need unique for each blank

Any assistance is appreciated.
regards
Gaurav