Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
Count subset of Group Rows
posted

I've got a grid that I'm using kind of like a summary in an installer.  I'm showing the separate items that I'm grouping on with a count of items in each group.  What I need to do is show the count of any of the items in each group that failed.  In any group there could be some that pass or fail, and I'm only interested in a count of the subgroup.

Imports1 3 failed

Imports2 14 passed

Imports3 27 failed

I also need to get rid of the GroupBy header which I haven't been able to do.  I don't need to regroup or show how it's grouped.  I'm just interested in the groupings themselves.