Forum Discussion
Lulaz
9 years agoRegular Visitor
Cannot create relationship between two columns.
Hi, I have two Excel tables, one with the master data and one with translations for rule violations. In Excel 1, I have a colume that lists the error causeing the load violation in each indiv...
- 9 years ago
Hm, that's a bit strange.
Then trim and clean the column (s in both tables) as well - before removing duplicates. You find these commands under the lowercase.
Lulaz
9 years agoRegular Visitor
Trim and Clean worked!
Thank you so much, this has been driving me demented for weeks!
Now to just get it to pull the english value and I'm all set!
Thank you ImkeF!
ImkeF
9 years agoCommunity Champion
That's good!
So what happened here is that your unique values-to-be haven't been unique, but contained either blanks (trim) or non-printable characters (clean).
So you've lost some rows in your lookup-table here and might have to check if this causes problems now. What remove duplicates does is to keep the first row it finds.