7c46c756c330c6564caf764d68b1111a7ea10e04
FAQ/fixed-unit-conversions.md
| ... | ... | @@ -1,8 +1,6 @@ |
| 1 | -#How Do I Add Fixed Unit Conversions in Izenda So Users Can Easily Access Them? |
|
| 1 | +#Adding Fixed Unit Convesions |
|
| 2 | 2 | |
| 3 | -Functions are added to Izenda through the extended functions API code. This article explains how with an example: |
|
| 4 | - |
|
| 5 | -[[Izenda and UDFs (User Defined Functions)|http://wiki.izenda.us/FAQ/izenda-and-udfs]] |
|
| 3 | +Functions are added to Izenda through the extended functions API code. You can learn more about UDFs (User Defined Functions) [[here|http://wiki.izenda.us/FAQ/izenda-and-udfs]]. |
|
| 6 | 4 | |
| 7 | 5 | These functions are available in the 'Functions' drop-down. They can also be used in an expression by clicking the gear to the right side of the field. |
| 8 | 6 | |
| ... | ... | @@ -10,9 +8,9 @@ These functions are available in the 'Functions' drop-down. They can also be use |
| 10 | 8 | |
| 11 | 9 | **Example 1**: _Data stored in Meters - Output needed in Meters, Kilometers and Miles._ |
| 12 | 10 | |
| 13 | -If the data for a distance column was stored in meters lets say, and you wanted to display either **meters**, **miles** or **kilometers**. You would add custom Formats (http://www.izenda.com/Site/KB/CodeSamples/Adding-Custom-Formats?) to display desired values to append _(m, km, mi)_, and custom functions to do the conversion to **Miles** and **Kilometers** from **meters**. |
|
| 11 | +If the data for a distance column was stored in meters lets say, and you wanted to display either **meters**, **miles** or **kilometers**. You would add [[custom Formats|/FAQ/Questions/Add-Formatting-Options]] to display desired values to append _(m, km, mi)_, and custom functions to do the conversion to **Miles** and **Kilometers** from **meters**. |
|
| 14 | 12 | |
| 15 | -**TO use Example 1 in tool once API work is done:** |
|
| 13 | +**To use Example 1 in tool once API work is done:** |
|
| 16 | 14 | |
| 17 | 15 | 1. User selects column 'Distance'. |
| 18 | 16 | 2. User selects the appropriate choices for their needs |