One of my clients have this request to have a field that can calculate operations for you but in only one field...
I am wondering if there's a method already made for this...
For exemple, in a field of hours, instead of inserting the number of hours directly we could insert the number of days he work with the number of hours and weeks... so the client could just insert 4 * 5 * 42 which will display the response in that same field... I can't make other fields for that cuz it's in a huge table and there is no space for more fields...
Anyone have an idea on how to achieve something like so?
Insert in a text field / decimal field / numeric field 4 * 5 * 42
will return the result 840 in the same field on exit event..
Thanks, Rob