If I have a table and am only trying to add 2 numbers, shouldn't ADD and SUM give me the same result in the equation? I use =ADD(TableTest.FirstNumber, TableTest.SecondNumber) and it tells me there is an error. But if I use =SUM(TableTest.FirstNumber, TableTestSecondNumber) it works fine. Using Version 10.2.1.205
Note: If I have 2 single line fields, ADD in the third works. I only get the ADD error when I am trying to do it from a table.
Also how do I get it to add the rows separately instead of continuing to add all the rows together?