Grouping when there is no data

Options
Hello - is there a way to print a group heading when there is no data in a group? For example, I have classes grouped by event group to track how many classes each certification candidate has taken and how many they need. It works great provided they have taken at least one class in each group. But if they have not, I would like to print the Group showing 0 classes attend and x classes needed. Thanks for any help you are able to provide.
Tagged:

Comments

  • Judy Mullinix:
    Hello - is there a way to print a group heading when there is no data in a group? For example, I have classes grouped by event group to track how many classes each certification candidate has taken and how many they need. It works great provided they have taken at least one class in each group. But if they have not, I would like to print the Group showing 0 classes attend and x classes needed. Thanks for any help you are able to provide.
    The problem here isn't that the event group is there but shows 0 -- it's that the event group isn't there for that person. Without writing a SQL command on the database (which would make it not work with the custom reports module) there's not an easy way around this...
  • James Andrews:
    The problem here isn't that the event group is there but shows 0 -- it's that the event group isn't there for that person. Without writing a SQL command on the database (which would make it not work with the custom reports module) there's not an easy way around this...

     thank you for the reply.

Categories