Jump to content
  • 0

Formula field in another formula field.


AnchovyXL

Question

4 answers to this question

Recommended Posts

  • 0
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.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...