FAQ/izenda-and-udfs.md
... ...
@@ -32,7 +32,7 @@ end;
32 32
33 33
**3a) You can now choose this function in the 'Fields' tab function drop down for any column. (Functions, as the one above, with more than one input parameter cannot be chosen for a single column in the functions drop-down and must be implemented as an expression)**
34 34
35
-~[Example UDF](http://wiki.izenda.us/FAQ/FAQ/udfs_example.png)
35
+![Example UDF](http://wiki.izenda.us/FAQ/FAQ/udfs_example.png)
36 36
37 37
**3b) You can also use this function in the 'Fields' tab [[advanced panel|http://wiki.izenda.us/FAQ/advanced-field-settings]] - Expression:**
38 38
``SafeDivide(SUM([LaborCost]),SUM([SoldHours]))``
... ...
\ No newline at end of file