Hello,
I'm working with JMP 17.0.0 - I'm trying to find a way to calculate the % Change between two conditions in a column that will update automatically as new data is added. See the attached data file for reference.
Presently to find this, I make a Tabulate table where I will use the Trial Phase column in the column zone and drop the calculated yield per batch (Ethanol/Liq Solids) into the drop zone for rows. Then using the average yield for Baseline from this table, I then make a new column where I calculate:
[:"Ethanol/Liq Solids" - ("Baseline" average ethanol/liq solids from Tabulate)] / ("Baseline" average ethanol/liq solids from Tabulate again)
I change the column properties to percent with two decimals, and this gives me exactly what I need (as shown in the data table). But the trouble is that if I add more baseline data, then I need to pull up the Tabulate again and find the new baseline average, then update the formula column to correct it. Is there a way to set JMP to update this baseline average automatically so I don't need to update it every time? The automation would also be useful in the situation where I might need to exclude some "baseline" data for one reason or another and have the % change update with that as well.
As this particular trial progresses, more trial phases will be added and I would need all of them to reference back to the average of the "Baseline" yield to calculate the amount of yield gain (or loss) relative to the Baseline average. I'm fairly proficient with the program and can follow along with JSL commands, but it would be ideal if the solution was easy enough to pass along to colleagues that will face the same situation but might not be able to follow along quite as easily.
Thanks in advance!