on 2016 Apr 29 10:14 AM
I need to concatenate more than 3 columns. All are strings columns.Able to concatenate 2 columns but not more than 3.
Hello Swati,
I believe your third variable is of different Data Type So please follow below steps
{Table1.Field1}&" "&{Table1.Field2}&" "&ToText({Table1.Field3})
Hopefully this should solve your issue.
Regards
Niraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You Can create formula for this and write below command
{YourDataSource.Field1} & " " & {YourDataSource.Field2}
-Bhavesh Samant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Swati,
Do you receive any errors?
While in the formula editor, look for an option on the top that reads 'Exceptions for Nulls'; change that to 'Default Values for Nulls'.
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.