Hello,
I'm working on something that results in a table (then rendered into a PDF for emailing).
My rows currently are employees.
My columns, after employees, include things like number of lines, number of hours, etc., all set to doubles. The last column is "% to Goal", calculated by 2 other columns.
My road block is that I need a final row, which is a sum of most of the columns. Obviously, employee names wouldn't be summed (though they could be counted.. that would be nice). Things like lines, number of hours, etc., need to be totaled. "Picking goal" and "lines per hour" need to be averaged, and "% to Goal" would still be calculated from the 2 other fields (lines per hour and picking goal).
I have tried to do some cross tabs and transposing, but I'm new to those tools and haven't been able to get it quite right. Any help is appreciated!