I have an odd request from the customer. One of the fields is total gallons which can be hundreds, thousands or more
This is not a problem.
Now they want to add another field that shows only the thousands of gallons based on the first field. How do I do that?
for example
Total Gal: 181700 Thousands Only: 181
Total Gal: 700 thousands Only: 0
etc.
Do I check length and divide by 1000?
thanks
This is not a problem.
Now they want to add another field that shows only the thousands of gallons based on the first field. How do I do that?
for example
Total Gal: 181700 Thousands Only: 181
Total Gal: 700 thousands Only: 0
etc.
Do I check length and divide by 1000?
thanks