Elena Posted June 10, 2014 Report Share Posted June 10, 2014 Hello, Is there a way to perform concatenation in the calculated field instead of a JScript? I was issuing this syntax and it is not working on the calculated field. CONCATENATE([@field:First_Name],[@field:Last_Name])) Please help. Quote Link to comment Share on other sites More sharing options...
0 casGary Posted June 11, 2014 Report Share Posted June 11, 2014 Hi Elena, In JavaScript it is the concat() method, but not concatenate(). have a look http://www.w3schools.com/jsref/jsref_concat_string.asp Hope it helps. Quote Link to comment Share on other sites More sharing options...
0 casGary Posted June 11, 2014 Report Share Posted June 11, 2014 Calculated field is ment to do some math calculations, if you need to concatenate strings, virtual fields should work better. Quote Link to comment Share on other sites More sharing options...
0 Elena Posted June 12, 2014 Author Report Share Posted June 12, 2014 oh that JS string worked. Thank you. Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted October 31, 2018 Report Share Posted October 31, 2018 Hi, I know it's late. But, as per update, you can perform concatenation using calculated field without using JavaScript. You just have to perform a basic calculation just like this: Regards, kristina Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted November 2, 2018 Report Share Posted November 2, 2018 As a quick tip in most of the cases, you need to use single quote in SQL syntax in Caspio Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted January 15, 2022 Report Share Posted January 15, 2022 Hi, just to add and update this post. For functions that you can use in your calculation or formulas, you may go directly to this link: https://howto.caspio.com/function-reference/ Quote Link to comment Share on other sites More sharing options...
Question
Elena
Hello,
Is there a way to perform concatenation in the calculated field instead of a JScript?
I was issuing this syntax and it is not working on the calculated field.
CONCATENATE([@field:First_Name],[@field:Last_Name]))
Please help.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.