Are accessgroup constraints used in reports addon

We need to export up to 500K instances from an entity as csv.
And, the user would like to create filter i.e. using the standard entity browser/filter.
Works fine,
we can get the noncollapsed columns, the query, the condition, the parameters… create the needed JPQL and pass it as an parameter to the report with ‘preprocess as groovy template’…
all works fine.

But, it looks like that the access group constraints are not used in the reports addon…

Or are we missing something?

Regards
Roland

Hi Roland,
Reports do not support Access Constraint. We have created an enhancement issue in GitHub.
To apply any restrictions, you should create the Groovy script via DataManager or in one of the ways you describe.
Regards,
Mikhail

Hi,
Any update on this enhancement? I am facing the same issue, i dont need to create reports for every group of users per entity, access group will really help.

Hi,
There are no plans to implement mentioned ticket in the near future.
The recommended way for reports is to use Groovy bands in your report and load data with DataManager query. DataManager will use access group constraints.