It can work with If fields, yes.
{ = { If { MergeField HasAttorney } = "True" "£82" "0" } + { If { MergeField Day } >= 3 "2" "0" } }
This assigns a given amount to be included in the addition given passing a test. If the condition is not met you could have nothing or have a 0.
|