I guess that domain\group is a static value. Are there any variables available to make the reportengine enumerate through all groups? For example if I want a report for example.com and admin-group one would write: example.com\admin Output would then be: example.com\admin: trust -> untrust, 123456 bytes but if one want a report where one want all groups displayed in the report (bytes grouped by group): example.com\$group Output would then be: example.com\admin: trust -> untrust, 123456 bytes example.com\a-group: trust -> untrust, 567 bytes example.com\b-group: trust -> untrust, 890 bytes ... example.com\z-group: trust -> untrust, 123 bytes
... View more