How to get a list of all the operators which have a particular Access group added in their profile more than once.

We need to get a list of all the operators that has a particular Access group e.g. ABC:XYZ added in their profile more than once.

Any suggestions?

Regards,

Anan

Hi @AnanyaA2

We have a OOTB RD(pzGetOperatorsForAccessGroup), Please execute you will list of operators having the particular access group.Do Private Edit Pass the Access Group Name.

Note: If you want see PZ Rules, please fallow below step

Operator-> Preferences, Please enable the Diagnostics Enable diagnostic features check box

CL:Data-Admin-Operator-ID

ID:pzGetOperatorsForAccessGroup

RS:Pega-SystemArchitect:08-01-01

and Also if you want check operator list for the particular acess group, Open Access group, then go to the Operator Tab in the rule form of the Access Group.

I hope this will help you

Thanks,

Ashok

Hi @Bhumireddy . Thanks for the explained answer. There is one catch here. I need to only fetch those operators for which the access group (ex- ABC:XYZ) is added MORE THAN ONCE in their operator profile.

@AnanyaA2

Add Column source AdditionalAccessGroup.pyAccessGroupAdditional

and Just Pass the filter condition as mentioned below

AdditionalAccessGroup.pyAccessGroupAdditional = Is not null and pyAccessGroup = Is not null

I hope this will help you

Thanks,

Ashok

Hi @AnanyaA2,

Create the RD as per the below screen shot. we can achieve through Having Clause.

Hi @AnanyaA2

Could you please check if this solves your query for the below Report definition?

Columns

AdditionalAccessGroup.pyAccessGroupAdditional

AdditionalAccessGroup.pyLabel

I hope this will help you

Thanks,

Ashok

@BhumireddySure I will check it tomorrow and let you know!