# 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:

{% embed url="<https://www.youtube.com/watch?v=7l0gC18skb0>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dataexport.io/kb/reports/custom-fields/calculated-fields/add-order-line-item-properties-to-your-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
