I have a query that groups by a particular column. Some of these groups have no entries and therefore are skipped. I would rather it state somehow
'GROUP XYZ IS EMPTY'
How do I do this ?
edit 1: You are correct and I did an outer join with the group as you suggested. It works but would be nice if I could have it say in the row 'There are no results' instead of it just being blank