For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Order line item properties to your report

How to add order line item properties to your report?

  1. Select the Line Item Id

  2. Go to Add Columns>Calculated Columns>Add Calculated Field Name as Order Line item Properties

  3. In the body, add this function

rp_line_properties_name ([Line Item ID]::bigint, 5)

Watch the video below to see it live:

Last updated