Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if CurrentRowIndex = GetNumRows - 1 then true else false[/li]
local numbervar a;[/li]
local numbervar rows := GetNumRows-2;[/li]
local numbervar array values;[/li]
redim values[rows];[/li]
for a := 1 to rows do[/li]
values[a] := GridValueAt (a-1,CurrentColumnIndex , 0);[/li]
average(values)[/li]