To filter out pyaccessgroupsadditional based on a condition in Report Definition

I need to do a filter condition on pyAccessGroupsAdditional (which is a value list) to check whether it contains a certain string on Report Definition

@MariaRoseA Hi, Please have a look at class “Index-Operator” which is mapped to “pr_index_operators” this table has a record of additional access groups. So you can make a join in the class and then apply the filter. Please let us know if this works.