Add Metafields to your report

How to add Metafields to your reports?

  1. Add Order Id, Product Id, or Customer Id fields based on your requirement

  2. Go to Columns>Add Custom Columns>Calculated Columns>Add Calculated field name & Enter the function

  3. For adding order meta field use

rp_meta_fields_by_key([Order ID];test_1)

NOTE: Change the 'test_1' key to your assigned key in the shop

Change the order id to product id or customer id if you would like to add product meta fields or customer meta fields.

Watch the video(below) to see it in live:

Last updated