Hello,
I am looking for a solution to my problem. I need a kind of loop to check the data. I have ID, Name 1, Name 2. I need to compare Name 1 to Name 2 but sometimes it is that one ID has several Names from two bases, so I need something like that to check each line.
Thank you very much for help.
Solved! Go to Solution.
I am not sure understand what you are trying to solve.
Can you please try flushing our your issue a little further. Perhaps you can give us an example of what you'd like as an output.
sincerely,
Jacob
Could you give a bit more info on what you're looking for as a result?
Hi,
By your latest comment i can understand that you are trying to create a column with takes Yes/No based on Name1 is equal to or not equal to Name2.
Use Formula tool
Field Name : Flag
IF [Name 1]==[Name 2]THEN "Yes" ELSE "No" ENDIF.
Please do let me know if this was helpful.
If not please share a sample workflow and desired output so that we can provide you solution.
That's right, but what about lines where the correct Names are not on the same line? I will get the result "NO".
Today I will try to upload a workflow.
Thanks.
Hi,
I checked the workflow and it seems to be what I wanted! I will check it today in my work, I will let you know how it went later 🙂
Thanks!
You don't actually need the select tools in from of the join tool.