What I’m trying to do
I have set up a DB Folder to calculate the difference between 2 values per row (the old load time ‘Speed’ and new load time ‘Speed New’. The formula field is called ‘Difference’.
Things I have tried
Various formulas in the ‘Formula Input’ box in Settings for the column.
(${row.Speed_New} - ${row.Speed}) / ${row.Speed} * 100
(${row[“Speed_New”]} - ${row[“Speed”]}) / ${row[“Speed”]} * 100
DB Folder Calculation, Database Folder Calculation, etc