A couple of questions regarding tables..
I know how to get a total for a column, but the row shows the cell grids for all columns in that "total" row. Table total row.jpg
Is there a way to suppress that and show text that says Total similar to something like in Preferred table total.jpg It doesn't have to appear immediately below the row.
I also have a need to sometimes charge a sales tax so need something that looks like in Alternate table total.jpg. This would be determined by a field that is in an "Invoice Header" data source.
I don't know how to reference the =Sum(Fields.ShiftTotal) from the table, outside the table
If the total row is a couple of separate boxes, I can then put the tax into a hidden box and display when required.
I guess an alternative would be to have the total in the Invoice Header data source rather than calculated from the Invoice Detail data source