can some one explain how to call report definition from data transform
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
Hi ,
Feasible approach is creating the data page with list type and source as report definition , referring the Data page in your Data transform.
