I have a formula where I'd like to group the information from others fields to display in a view in the following format:
Age: 23
Hair: Long
Tall: 9
and I put the following string in the formula field:
"Age : " + fieldAge + "
Hair : " + fieldHair + "
Tall : " + fieldTall
but ZC is giving a error about "Error at line 1 : Script contains new line character, kindly remove it and try again"
How do I do it? Please cah you give an idea...
Thank you
Rodny :)