I have five questions (variables) from which I want to created a concatenated string variable with a specified format. I inserted a variable of type string
dob is Date of Birth
I also want to convert the Child_Letters and Mother_Letters variables to upper case
I tried to create the desired string variable using the following but it does not work. can you help?
CountryCode + “/” + comm_code + “/” + ToUpper(Child_Letters) + “/” + ToUpper(Mother_Letters) + “/” + dob