That means that you have hidden characters somewhere within the area name for those records. So you’ll need to manually cleanup those area names.
That means that you have hidden characters somewhere within the area name for those records. So you’ll need to manually cleanup those area names.
Thank you! I had to end up resetting all the names.
Thank you! I had to end up resetting all the names.
For future reference, you could have also used TRIM({Area})
to remove extra spaces at the start and end of the text.
For future reference, you could have also used TRIM({Area})
to remove extra spaces at the start and end of the text.
I believe TRIM() will only work for spaces. Last time a client of mine had this problem with quotation marks, there were lots of invisible characters of some sort (that weren’t considered spaces) that were causing this problem.
I get the same issue using the following
IF({_Uniclass System}=BLANK(),{Uniclass Products},{_Uniclass System}) the fields its looking at don’t have “” in them