View Single Post
 
Old 12-15-2022, 12:21 PM
new user new user is offline Windows 11 Office 2016
Novice
 
Join Date: Dec 2022
Posts: 3
new user is on a distinguished road
Cool Nested Fields using Conga for Salesforce

Hello all,
I have a question. Hopefully you can help. I am using conga for salesforce. I need to wite an if condition something like this:

if FieldA >=140 and FieldB >=90 then FieldA-FieldB get red color
if FieldA between 120-139 and FieldB between 80-89 then FieldA-FieldB get yellow color
if FieldA < 120 and FieldB < 80 then FieldA-FieldB get green color



thank you in advance
Reply With Quote