Kermy74 wrote: ↑Fri May 01, 2026 8:10 pm
I've added this to my one-click screen but would like to add another column showing the increase as a percentage, I'm struggling a bit with what to add/change within the stored values section and would appreciate a little help. TIA
percentage increase.png
Hi Kermy,
From my very limited maths knowledge, I think what you need to do is
(using top row of your screen shot as example )
store a value of 100/volume@5mins i.e. 100/60428=0.00165486
then store another value with that result multiplied by "increase since"
i.e. 0.00165486 x 46442 = 76.85
round to nearest whole number, 77, and display in your new custom column, and I think that will be your percentage increase. (hope so!)