csludtke
2 months agoIdeator I
Best Way to Present a Complex Property with a Value (float) and Unit
I am interested in Tracking a Dimensional Property
For example, Engagement Stock Length of a Rod
I want to persist the value of the Length using SI (Meters) in the Database.
I want to allow the user interface to allow the user to select the Unit from a pre-defined units (inches, millimeters, feet, etc.)
When the user changes the value of the unit, I want the system to convert the value shown to that unit.
If the Unit shown is not Meters, I want the system to convert and save the value shown to Meters.
Has anyone done this? Does Aras have any advanced data types for this?