FAQ/izenda-and-udfs.md
... ...
@@ -37,4 +37,6 @@ end;
37 37
**3b) You can also use this function in the 'Fields' tab's [[advanced panel|http://wiki.izenda.us/FAQ/advanced-field-settings]] 'Expression' input box:**
38 38
```sql
39 39
CAST(SafeDivide([UnitsInStock], [UnitsOnOrder]) * 100 AS varchar) + '%'
40
-```
... ...
\ No newline at end of file
0
+```
1
+
2
+![Percent of Stock With UDFs](http://wiki.izenda.us/FAQ/FAQ/udfs_example_2.png)
... ...
\ No newline at end of file