View Single Post
 
Old 01-24-2020, 02:50 PM
shawn.low@cox.net shawn.low@cox.net is offline Windows 10 Office 2016
Novice
 
Join Date: May 2019
Location: Aliso Viejo, CA.
Posts: 24
shawn.low@cox.net is on a distinguished road
Default Multiple Merge Field in an "IF" Statement

When using an "IF" Statement in a Word Doc, is it possible to have the IF statement reference multiple Merge Fields?


The IF statement needs to check and see if there is a Date in the field "Rescission Date" field is SFDC, and if there is, the IF Statement then needs to check a different field, Called "State" and check for the State being CA.

If there IS a Rescission Date, AND the State IS NOT CA, then print the paragraph, else leave the paragraph off the document.


Basically, is this logic below correct?


{IF {MERGEFIELD Opportunity_Rescission_Date \*MERGEFOREMAT} <> "" {IF {MERGEFIELD Opportunity_State \* MERGEFOREMAT} <> "CA" "Text" ""}}


Cheers,
Shawn
Reply With Quote