Printing out all the approvers for a request (inside a report)

Which IIQ version are you inquiring about?

IIQ 8.3

Please share any images or screenshots, if relevant.


*

Share all details about your problem, including any error messages you may have received.

*so in the first snippet(taken from access req per identity) I can see all the approvers that approver the req
in the sc following it(taken from access request status report) I can only retrieve the latest approver

my inquiry is
how can i retrieve all the approvers in the access request status report

I have checked
Best Practice for Customizing a Report (Access Request Report)
Displaying All Approvers in the “Approved By” Column in SailPoint Reports

second link mentions the same issue I’m facing*

still wasn’t able to solve it

Hi @abdulaziz98 ,

Access Request Status report is designed with a Java datasource which does not support adding custom columns directly. To include additional information such as approver details, you should develop a custom report using either a Filter or HQL data source. The IdentityRequest object contains approvalSummaries, from which you can extract all approver-related information.

 <DataSource objectType="IdentityRequest" type="Filter">
             or
 <DataSource objectType="IdentityRequest" type="Hql">