We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Validate the new strings in a column and assign IDs

Meoth
8 - Asteroid

Hi,

 

I have attached the file with columns "Name", "ID" and "Standard Name".

Every month, a user can add new Strings to the column "Name", while doing so, the new string should be checked with the records in column "Name" whether the new string exists or not, case should also be considered.

 

If the new string seems to be duplicate then assign the ID of the record matched in the column "Name" else assign the Max ID + 1.

 

As this process occurs every month, would macro work?

 

Any help is greatly appreciated!

 

Thanks!

4 REPLIES 4
Qiu
21 - Polaris
21 - Polaris

@Meoth 
Can you also provide your expected output?

If you consider it is a match for "Demolish" and "DEMOLITION", it will be difficult for me. 😁

 

Meoth
8 - Asteroid

Thanks @Qiu for the reply.

 

Please see attached output sample. Oh Yes there is a match for Demolish and Demolition

 

Thanks again

Meoth
8 - Asteroid

Any help please

lwolfie
11 - Bolide

Not sure if you solved this, but here's one solution.

Labels
Top Solution Authors