Generate Delta table to calculate deltas between two temp measurments
I have a data table that combines 2 datasets for 2 temperature for multiple units. Each unit is subjected to 20+ tests at 2 temps. I need to generate a delta table for each unit, that calculate the delta between temp2 - temp1 as shown in table "Data_Table". I keep getting the same error after an incomplete delta table is generated shown next the error I get My data table here is my code, ...