DataGraph Community
DataGraph Forums › Technical Support › Support Desk › missing a .lag and .lead column property
I’m trying to calculate the percent change in a column (x) and have to resort to this workaround:
x.delta / (x – x.delta)
It works, but this is a little cleaner:
x.delta / x.lag