I have a database that stores some order numbers like this: 2301.000, 2301.001, 2301.002, etc. The .001 means the original service needed follow up. The only way I can find to display this number in Crystal is by formatting the number in this format: 0000.0000 so it shows up like this: 2301.0000, 2301.0010.
I have to come up with a method to count the number of services considered follow up. I'd like to convert all the numbers to this: 2301, 2301.1, 2301.2, etc. Then I could create a formula that counts all of the services that have a decimal, or something like that.
Is there a way to convert the numbers to that format?
I have to come up with a method to count the number of services considered follow up. I'd like to convert all the numbers to this: 2301, 2301.1, 2301.2, etc. Then I could create a formula that counts all of the services that have a decimal, or something like that.
Is there a way to convert the numbers to that format?