I have a situation where I'm storing a value in the database as a decimal (e.g. .07250). However, I want the user to be able to enter and view the value as a percentage (e.g. 7.250). Would a callback Transformer be the proper way to handle this? Thanks, Greg