4de2a8bac8acb639a3d67cf890dabf76d2b76636
FAQ/fixed-unit-conversions.md
| ... | ... | @@ -14,24 +14,18 @@ If the data for a distance column was stored in meters lets say, and you wanted |
| 14 | 14 | |
| 15 | 15 | **TO use Example 1 in tool once API work is done:** |
| 16 | 16 | |
| 17 | - 1. User selects column 'Distance'. |
|
| 18 | - |
|
| 19 | - 2a. To display meters; user chooses no function, and chooses 'm' in format. |
|
| 20 | - |
|
| 21 | - 2b. To display in Miles; user chooses 'Miles' in function dropdown, and 'mi' in format. |
|
| 22 | - |
|
| 23 | - 2c. To display in Kilometers; user chooses 'Km' in function dropdown, and 'km' in format. |
|
| 17 | +1. User selects column 'Distance'. |
|
| 18 | +2. User selects the appropriate choices for their needs |
|
| 19 | + * To display meters; user chooses no function, and chooses 'm' in format. |
|
| 20 | + * To display in Miles; user chooses 'Miles' in function dropdown, and 'mi' in format. |
|
| 21 | + * To display in Kilometers; user chooses 'Km' in function dropdown, and 'km' in format. |
|
| 24 | 22 | |
| 25 | 23 | ----- |
| 26 | 24 | |
| 27 | 25 | **Example 2**: _Data stored in KpG (Kilometers/Gallon) - Output needed in both 'KpG' and 'MpG' (Miles/Gallon)._ |
| 28 | 26 | |
| 29 | - 1) Add custom Function to convert KpG -> MpG to DB. |
|
| 30 | - |
|
| 31 | - 2) Add custom Function from DB to Izenda (API) |
|
| 32 | - |
|
| 33 | - 3) Add custom Formats for 'MpG' and 'KpG' |
|
| 34 | - |
|
| 35 | - 4a) To display KpG: Choose mileage field, choose no function, choose 'KpG' format. |
|
| 36 | - |
|
| 37 | - 4b) To display MpG: Choose mileage field, choose 'MpG' function, choose 'MpG' format. |
|
| ... | ... | \ No newline at end of file |
| 0 | +1. Add custom Function to convert KpG -> MpG to DB. |
|
| 1 | +2. Add custom Function from DB to Izenda (API) |
|
| 2 | +3. Add custom Formats for 'MpG' and 'KpG' |
|
| 3 | + * To display KpG: Choose mileage field, choose no function, choose 'KpG' format. |
|
| 4 | + * To display MpG: Choose mileage field, choose 'MpG' function, choose 'MpG' format. |
|
| ... | ... | \ No newline at end of file |