File attached. Sorry, thought I did this the first time. Didn't realize I had to click "Attach This File" after selecting the file to attach. As I mentioned in my second post, I was able to fake this result by including two rows with a value of zero to act as place holders, but it's not really data grouping and makes the code that creates the result set sort of ugly. Any help would be greatly appreciated.
EDIT: hmm, I also thought I added a second post explaining my workaround. Not having a good day.
So, what I did was this:
As I create the result set, I add a dummy row at the start of each group with a value of zero. As long as I don't display values, it looks just like data grouping. However, if I want to export the results, I have to do a bit more work to create the result set.