RE: Saved Search: Reference Other Column Value

Hi All,

I have created a saved search.

In my Result Tab. I have the following:
Field – Summary Type- Custom Label 
Salary- Sum – Salaries
Bonus- Sum – Bonuses

I need to create another formula currency column called Total with the sum of the previous calculated values (salaries + bonuses) .

Is there any way to do that in the saved search or not ?

Thank you

 

nadeemkhoury Beginner Asked on December 13, 2019 in Saved Searches.
Add Comment
1 Answers
Best answer

formula numeric or currency

sum(nvl({fieldreference},0)) + sum(nvl({fieldreference2},0))

Advanced Answered on December 13, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.