Parameters to Include in the Report Path for Journeys

This is what you can include in the report:

  • Specify the BI Publisher report folder path followed by the report name concatenated with /.

  • Include optional parameters in the format parameter name={parameter value}.

  • Use the prefix ? before the first parameter followed by & before additional parameters.

  • Remove the + character in the report path.
This table shows the parameters that you can include in the report path for non-guided journeys:

Parameter Name

Parameter Value

What it Does

P_ALLOCATED_TASK_ID

{AllocatedTaskId}

Passes the ID of the assigned task to the report.

P_ALLOCATED_CHECKLIST_ID

{AllocatedChecklistId}

Passes the ID of the assigned journey to the report.

You need to pass only the parameter shown in the table. The PersonId is implicitly passed based on the Allocated Task ID or the Allocated Checklist ID.

Let's say you specify this in the report path:/Samples/SalaryReport.xdo?P_ALLOCATED_TASK_ID={AllocatedTaskId}, the application passes the current assigned task's ID to the report as a parameter which the report can use to filter the results.

Alternatively, if you specify this in the report path:/Samples/SalaryReport.xdo?P_ALLOCATED_CHECKLIST_ID={AllocatedChecklistId}, the application passes the current assigned checklist ID to the report as a parameter which the report can use to filter the results.

You can also use both the parameters. For example, /Samples/SalaryReport.xdo?P_ALLOCATED_CHECKLIST_ID={AllocatedChecklistId}&P_ALLOCATED_TASK_ID={AllocatedTaskId}

If you don't specify any parameters, then the default layout and output format are used to render the report. For example, if you specify this:/Custom/Reports/ChecklistCompletionReport.xdo the application runs the report with the default options and generates the output in PDF format.

Only PDF report output format is supported. If the Document Type is specified, the generated report is automatically created as a document record for that document type. The document record is created either in the task performer or journey assignee's Document Records based on how you have configured it.

For more information about OTBI reports, see the Administering Analytics and Reports for HCM guide on the Oracle Help Center.