Report Profiles
i'm writing a batch script that deploys the reportcli.exe command to automatically create and run a set of reports based on the results of another report. So far it all works fine except for the exclude_group and exclude_user attributes in the report.profile which only seem to accept a single value rather than a list of values.
How do we exclude a list of users and groups in the report.profile (see example profile below)
Thanks
Phil
--------
type=access_details_paths
output.format=CSV
description=Access report for project X folders
period.unit=months
period.value=1
top_n=10
include_custom_attributes=true
purge_count=24
export_path=G:/DIreports
override_output=true
operation= read, write, create, delete, rename, security
custom_output_columns=BU Owner,BU Name
max_row_count=10000000
excluded_group=group1@company.com
excluded_user=user1@company.com
Hi Phil,
There is a limitation currently with reportcli today for excluding multiple users / groups. This is being tracked for next release. If you are looking for the solution in current release, can you get a support case opened for the same?
Thanks,
Rishi