how to call report definition from data transform

can some one explain how to call report definition from data transform

@VenkataR5194

You should call the report from data transform on calling the pxRetriveReportData activity through the function pxExecuteAnActivity on passing the required report parameters (Like report class, report name)

or else define a datapage with the source as a report definition and refer that datapage in the datatransform.

7 Likes

@VenkataR5194

Hi ,

Feasible approach is creating the data page with list type and source as report definition , referring the Data page in your Data transform.