Hi
I am getting error in this query. Can you please help
Hi @Konica Garg
What are you trying to do with that line of code? What types of field are the ones you try to "add"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to add more than one text custom field and put the value into another text field
eg;
[Text Field]= [text field 1]+[text field 2]+[text field 3]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Konica Garg so you want to concatenate the fields or convert text fields to number and then add them?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to concatenate 2 or more text fields and put them all in another field.
eg:
Text field 1 : Hi
Text field 2 : World
[Text Field]= [text field 1]+[text field 2]
Hi World = Hi + World
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.