AnchovyXL Posted December 10, 2018 Report Share Posted December 10, 2018 How can I use a formula field in another formula field within the same table? Quote Link to comment Share on other sites More sharing options...
0 JolliBeng Posted December 10, 2018 Report Share Posted December 10, 2018 Hi AnchovyXL, As far as I know, you cannot directly insert a formula field to another formula field. You need to copy the whole formula from your field 1 to field 2. -JolliBeng Quote Link to comment Share on other sites More sharing options...
0 Vitalikssssss Posted December 11, 2018 Report Share Posted December 11, 2018 Hi @AnchovyXL , You may consider using Triggered Action if you need cross-table calculation. https://howto.caspio.com/tables-and-views/triggered-actions/ Hope this helps. Regards, vitalikssssss Quote Link to comment Share on other sites More sharing options...
0 HampasLOUpa Posted December 11, 2018 Report Share Posted December 11, 2018 19 hours ago, JolliBeng said: Hi AnchovyXL, As far as I know, you cannot directly insert a formula field to another formula field. You need to copy the whole formula from your field 1 to field 2. -JolliBeng This is correct. For example. Your Formula Field 1 has this formula: [@field:First_Name] +' '+ [@field:Last_Name] and then your Formula Field 2 has this formula: [@field:Balance] + [@field:Current_Amount] - [@field:Amount_Paid] and you want your output to be like this: "Jolli Beng balance is $50" You can put all those formula in one field. It should look like this: [@field:First_Name] +' '+ [@field:Last_Name] +' balance is '+ ([@field:Balance] + [@field:Current_Amount] - [@field:Amount_Paid]) Note: To do this, make sure that the names have the same Data Type otherwise, you should use Cast or Convert to change the Data Types. Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted February 1, 2019 Report Share Posted February 1, 2019 @Vitalikssssss How do you create formulas inside of a trigger? Quote Link to comment Share on other sites More sharing options...
Question
AnchovyXL
How can I use a formula field in another formula field within the same table?
Link to comment
Share on other sites
4 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.