dianemarie
Instructor
Hello, my report groups by client, and the details section (suppressed) has one to many orders for that client. I want the client group (header)to be highlighted if ANY of the orders in the detail section are of a specific type. I formatted the section with a formula, but it will only highlight the client if the first order it sees happens to meet the criteria. How can I tell it to highlight if ANY of the orders in details meet the criteria? The section formula is:
if {?Highlight Tests} = "Yes" and {Test/Cont} = "TEST" then Yellow else white
(Each order returns a field (Test/Cont) as either a Test or Cont) Thank you for any help.
if {?Highlight Tests} = "Yes" and {Test/Cont} = "TEST" then Yellow else white
(Each order returns a field (Test/Cont) as either a Test or Cont) Thank you for any help.