![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a couple of personal applications that have numeric data for which I do not always have exact values. It might be a date field for an historical event where I know the month, but not the day, or just the year or even just the approximate year. In another application where I wsant to keep track of gifts (Christmas, birthdays, etc.), I often do not know the exact value of a gift. I want to record a value and I want to record the exact value when I have it. But I also want to be able to diffrerentiate between exact values and approximate values. One solution is to store the data as text. Then I can put anything in the field (198x, Spring 1999, 5/2?/02, ~$100, etc.). This is fine for display purposes, but awful for computation, which I sometimes need to do. Another solution is to add a second field to record the "uncertainty" as either a percentage (±10%) or an amount (±$5, ±30 days). A zero would indicate an exact value. A similar approach would be to add two fields to indicate the min/max values. My inclination is to go with the second solution (the %) unless someone can suggest something better. Any suggestions? |
#3
| |||
| |||
|
|
One solution is to store the data as text. Then I can put anything in the field (198x, Spring 1999, 5/2?/02, ~$100, etc.). This is fine for display purposes, but awful for computation, which I sometimes need to do. |
![]() |
| Thread Tools | |
| Display Modes | |
| |