Hi Cordellv,
Your question intrigued me as I never use the group selection in the group expert (or so I thought).
I assumed it was just another AND statement you could insert group conditions on and keep track of them there but I just tested it and it did something a little different than I expected.
Usually you can run into selection problems on summary data because they "must be evaluated later" basedo nthe order that Crystal does itdata reads, formula reads and summarizing.
My simple test came up with to things. I was able to filter the data based on a DistinctCount at my group level when putting the condition in the group Selection but got the evaluate later error when placing the Distinct count in the Record Selection portion even though the syntax was the exact same.
Also very oddly All of my groups showed up in the group "tree" with no data under the groups that did not meet my group select condition rather than omitting them from the report completely (this test had a left join in it so that may have impacted the results).
Noted also when you have a field highlighted (actively selected in the report) and you click on the select expert button it will default to that field and give you options to filter on it. Anice short cut i use for basic selection criteria. However this time I noticed if you select a group or report summary field and clcik on the Select Expert it will default to having the Group selection criteria highlighted. Hence I have done this filtering on some grouped criteria before but had not noticed this was going into the group selection portion of the select expert because that is hidden unless you move into the FOrmula portion.
Basically this appears to be a way to do selections based on Group summary criteria that normally would cause you problems based on evauation order of things. If you ever want to exclude a grouping of data based on a SUM or count or distinctcount etc. it must go into this part of the select expert. It appears to act as an AND with the Record Selection criteria if you are using both parts.
Hope this helps and thanks for asking the question!