Turn Header OFF

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Tom_(Guest)
Posts: 39
Joined: Tue Oct 10, 2017 12:44 pm

Turn Header OFF

Post by Tom_(Guest) » Fri Dec 02, 2016 12:29 pm

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__

Chris_Strasser_(Guest)
Posts: 47
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Turn Header OFF

Post by Chris_Strasser_(Guest) » Tue Mar 14, 2017 9:22 pm

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.

Post Reply