Good morning. I'm creating a derived field that shows 2 values together in the employee business class. I want a field that will show the WorkType + the WorkType.Description. However, when I try + " " +, it doesn't add the blank space. I've tried using the word blank, putting 2 spaces in the quotes and nothing shows a blank space. It will work if I do + " - " + or any other character.
How do you get a blank space to be included?
Thank you.