In a RD without using filter how can we extract records with only a particular name.

I want my report definition to fetch a particular record with Name=“Nutan”,but without using filters. Is this possible?

@TanyaS58

It could be possible in the other way by using the sql functions. Refer emded function rule.

@P.Siva.Praveen Could you elaborate please?or if possible add a screenshot for the same.

@P.Siva.Praveen could you please share screenshot if possible?

@TanyaS58

Why are you using report definition when you do not want to use filters?

@SohamM95 this was asked in a discussion, not related to project

@TanyaS58

This can be achieved by ABAC - Read , Configure Access control policy condition and when rule with the required filter or condition , then run the report of that particular class , It will be filtered with the condition mentioned in Access control policy , But there will be no filter in the RD.

But for just filtering ABAC is not really required.

Please go through the course on ABAC- Attribute-based access control (ABAC) security model | Pega Academy

@TanyaS58

Even if you use a function alias or a subreport, it’ll still be using filters. To my knowledge I’ve not seen being used, its not practical.

@SohamM95 thanks for confirming.