Martyn Houghton Posted May 25, 2021 Share Posted May 25, 2021 Linked to the post below, we have just imported in a number of organisation including populating their region (h_region) with the ISO Code for the region. The code matches the code added into the External Organisation Region simple list, but does not show the Display Text (or the code). If we select the region from the simple list on the imported organisation it then shows properly, but the region(h_region) field value is identical, so not sure why it does not show immediately after the import. Any ideas? Cheers Martyn Link to comment Share on other sites More sharing options...
Victor Posted June 7, 2021 Share Posted June 7, 2021 To conclude this, the issue was caused by incorrect source data that contained an extra CR (carriage return) for the region value. 1 Link to comment Share on other sites More sharing options...
Martyn Houghton Posted June 8, 2021 Author Share Posted June 8, 2021 Just in case anyone else has the same issue, we used the following in the source query to trim them out. REPLACE(REPLACE(region, '\r', ''), '\n', '') as region 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now