Do you ever need to put an approximation in a Numeric field?
I like to use the most specific custom field type that applies, so for numbers of course I choose the Numeric custom field type.
But sometimes I want to enter an approximate number. Because only numbers are allowed, at first I thought about instead using a text field to give me that flexibility, but that could lead to input errors because there’s no longer any numeric editing for the preponderance of my inputs. Also, the column sum/average/etc. feature would be lost.
My hack solution: Keep the Numeric custom field type and indicate approximations as negative numbers. This works nearly every time for me: I can recognize which values are approximations but still keep the benefits of Numeric fields otherwise.
For example, when tracking the number of licenses held, if I know the exact number I enter it (automatically a positive value). If I’m not sure, I enter the approximation as a negative number.
This would throw off the column summation, but often I don’t need that summation, or it’s rare enough that it doesn’t actually end up affecting most calculations. Also, multi-selecting and excluding (Cmd/Ctrl+Click) those approximation rows allows me to show the sum correctly.
Hope this Asana hack might help in some uses,
Larry