Step 1. Edit TestStand Database Schema column
The required data is logged at the PROP_RESULT >> DATA column. Default data type is String. You can change the type to Double Precision.
To do this, you will need to create a new Database schema as you cannot edit the default schemas. You can copy the Generic Recordset schema (or another one of your choice) and make your modifications.
Step 2. Edit Database column
Since the Data column has the type LongText, you can change its data type to match with the type you edited for the schema.
- Open the Database using the Database Viewer via Results >> Results Processing >> Database options >> View Data.
- Under PROP_RESULT, right-click the DATA column >> Drop Column to delete it. (NOTE: this will delete the column's data from the database - preparing a backup is recommended)
- Right-click PROP_RESULT >> Add Column.
- Create the DATA Column (same name as before), set the Data Type to Double and enable the Is Nullable checkbox.
