We need the sum function

Issue No: FRD-502
Created 4/10/2015 1:29:59 PM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.3
Description You need to get the sum function to work on rows - it is very difficult to get the rows summed up when the rows.have different numbers.     you may want to get renumber nailed frd-501 before sum - if you do not then the sum function will be useless     for example     lets say you enter the following     R1 1234   R2 2322   R3 Sum (r1:r2)   R4 12321     if you do an insert under current standards between row 1 and row 2 then it would get R5 and there would be no way to use the sum function anymore.(see below)     R1 1234   R5 1157   R2 2322   R3 Sum (r1:r2)   R4 12321