In the note text editor, delete any text that appears by default and type = as the first character.
In the note text editor, enter the required formula:
Click Leader Note tab > Insert panel > Variables, and select Functions IF. The note text editor shows =<IF(,,)>.
In the note text editor, place the cursor after the open bracket, click Leader Note tab > Insert panel > Variables, and select Functions EQUAL. The note text editor shows =<IF(<EQUAL(,)>,,)>.
In the note text editor, place the cursor after the second open bracket, click Leader Note tab > Insert panel > Variables, and select Hole TAPPED. The note text editor shows =<IF(<EQUAL(<HOLE:TAPPED>,)>,,)>
Add "0" as the second parameter for the EQUAL function, such that the note text editor reads =<IF(EQUAL(HOLE:TAPPED,"0"),, )>
Place the cursor between the two commas after the EQUAL function and click the diameter symbol from the list of special characters (Leader Note tab > Insert panel Find). The note text editor shows <IF(EQUAL(HOLE:TAPPED,"0"),"%%c",)>
Place the cursor after "%%c", click Leader Note tab > Insert panel > Variables, select Hole DIA. The note text editor shows =<IF(EQUAL(HOLE:TAPPED,"0"),"%%c" HOLE:DIA,)>
Place the cursor between HOLE:DIA, and ), click Leader Note tab > Insert panel > Variables, select Hole NOMINAL. The note text editor reads =<IF(EQUAL(HOLE:TAPPED,"0"),"%%c" HOLE:DIA,HOLE:NOMINAL)>
Verify that the note text editor reads =<IF(EQUAL(HOLE:TAPPED,"0"),"%%c" HOLE:DIA,HOLE:NOMINAL)>