View Single Post
 
Old 07-11-2019, 07:23 AM
gizmo83 gizmo83 is offline Windows 10 Office 2019
Novice
 
Join Date: Jul 2019
Posts: 3
gizmo83 is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
You could use a series of conditional fields e.g as follows. Use CTR+F9 for the bracket pairs and press the enter key where you see ¶

{ IF { MERGEFIELD "Field Name 1"} > 0 "Field Name 1: { MERGEFIELD "Field Name 1" \# "£.0"}¶
"}{ IF { MERGEFIELD "Field Name 2"} > 0 "Field Name 2: { MERGEFIELD "Field Name 2" \# "£.0"}¶
"}{ IF { MERGEFIELD "Field Name 3"} > 0 "Field Name 3: { MERGEFIELD "Field Name 3" \# "£.0"}¶
"}
Thank you! Do I insert each line relevant to the merge field name, or is this as one piece of code in the category head
Reply With Quote