Page 1 of 1

Turn Header OFF

Posted: Fri Dec 02, 2016 12:29 pm
by Tom_(Guest)
I have a report that must show the header information on each page. However, at the end of an invoice number, I want the header off so that I can print the invoice page for the above detail.____My Bands are as follows;____Page Header (several lines)__Record - detail__GF-sort - sort on a number of factors__GF-Invoice Number - sorts on invoice number____Once the records for a specific invoice is printed, and the summary lines are printed from the sort, it pages to show the invoice information. However, the header information shows above the invoice information on the invoice page. ____Does anyone know what calculation I can put in the header lines to say print if true and do not print if false under the conditions for each line?____Thanks__

=> RE: Turn Header OFF

Posted: Tue Mar 14, 2017 9:22 pm
by Chris_Strasser_(Guest)
I think you^d need two total fields. One would be a running total counting up the line items in your invoice. The other would be a pre-processed total. When these two totals are the same, you^d suppress the header and show your invoice.____You^d need a calculated field (called something like "OnLastLineItem") and use that as the condition.