I've created several Named groups and running totals based on those named groups that I need to print in the corresponding group footer section. This works fine with a conditional formula such as:
Group <> "named group"
but if there are no records in the group the running totals(which include records from multiple named groups) don't print. I can get around this with IF statements but they become very cumbersome if there is the possibility of 4 or 5 named groups in a row that may not have records. Is there a way around this? Thanks in advance.
Group <> "named group"
but if there are no records in the group the running totals(which include records from multiple named groups) don't print. I can get around this with IF statements but they become very cumbersome if there is the possibility of 4 or 5 named groups in a row that may not have records. Is there a way around this? Thanks in advance.