Professionals! Take this one on.
I have a field "results" on a form that is a TEXT field. In this field, lab techs enter in their test results for a test. All test results are saved in the same table....regardless of the test type so the test results field MUST be text to account for all the different types of results that will be saved (some Pass/Fail, some letters, some numbers).
I have another field on the form that is a SPEC field and is a NUMBER (single) with X decimal places (varies with customer's specification requirements).
Because this RESULT value comes out on a certification (based on cust spec), the decimal places of the results must match the decimal places of the spec.
I want to take my value from the RESULTS field (text type) and convert it to a number type and then change it to match the number of decimal places in the SPEC field.
Can this be done?
I have a field "results" on a form that is a TEXT field. In this field, lab techs enter in their test results for a test. All test results are saved in the same table....regardless of the test type so the test results field MUST be text to account for all the different types of results that will be saved (some Pass/Fail, some letters, some numbers).
I have another field on the form that is a SPEC field and is a NUMBER (single) with X decimal places (varies with customer's specification requirements).
Because this RESULT value comes out on a certification (based on cust spec), the decimal places of the results must match the decimal places of the spec.
I want to take my value from the RESULTS field (text type) and convert it to a number type and then change it to match the number of decimal places in the SPEC field.
Can this be done?