Does anyone know why one CANNOT sum a {@formula} field? I have a numeric formula, which is simply a subtraction of two other formulas. E.g., {@Total_time_in_seconds} is equal to {@LoginSeconds} - {@LogoutSeconds}.
The summation features, i.e., sum, grand total, running total are all gray'd out or do not show the formula for selection.
All I would like to to do is get a total of the column that contants {@Total_time_in_seconds}
Login Logout Total Time
360 120 240
100 50 50
Total 290
Login Logout Total Time
{@LoginSeconds} {@LogoutSeconds} {@Total_time_in_seconds}
HOW DO I GET A SUM HERE? -------------> ????
Thanks in advance!
The summation features, i.e., sum, grand total, running total are all gray'd out or do not show the formula for selection.
All I would like to to do is get a total of the column that contants {@Total_time_in_seconds}
Login Logout Total Time
360 120 240
100 50 50
Total 290
Login Logout Total Time
{@LoginSeconds} {@LogoutSeconds} {@Total_time_in_seconds}
HOW DO I GET A SUM HERE? -------------> ????
Thanks in advance!