Description: When using the Number with Unit type fields, the application saves two pieces of data - the value and the display. The value will always be stored using the default internal unit, and the display will use the unit as displayed in the table.
For example, a Volume field is configured with the default unit of Liters (L). The table column will display 10 L, but it will be saved in the database as display = 10 L and value = 10000, since the internal default unit for Volume is milliliters.
List of internal units:
| Unit Name | Internal Unit |
| Amount | mol |
| Density | g/ml |
| Length | m |
| Area | m2 |
| Loading | mol/kg |
| Mass | g |
| Molarity | molar |
| Molecular Weight | g/mol |
| Radioactivity | Bq |
| Molar Radioactivity | Bq/mol |
| Pressure | atm |
| Temperature | C |
| Durations | min |
| Volume | ml |
| Percentage | % |
Comments
0 comments
Article is closed for comments.