My database stores a certain column as liters. How can I setup my form for data entry but show the value in gallons?
Brian
You would need to create the conversion in rules or in code.
You should be able to have an expression box that shows it with the conversion. For entry you may need to have two boxes to take the input and then convert it and store it in liters.
Hi
Put a rule on Litre field for setting the gallons field value as Liter field value * 0.22