DATA EXPORT
WelcomeKnowledge BaseFAQStart Today
  • ✨Welcome to Data Export Documentation
  • 🏠Data Export Website
  • 💻Data Export App
  • 🛒Shopify Testimonials
  • 📌Getting Started
    • Pre-Made Reports
    • Reports
    • Scheduler
    • Settings
    • Data Synchronization
    • Data Export: Basic Functionality
  • 🧠Knowledge Base
    • Welcome to the Knowledge Base
    • Reports
      • Customized Reports
      • Filters
        • 'Contains' & 'Not contains'
        • 'is' & 'is not'
        • 'include' & 'exclude'
        • 'is BLANK' & 'is not BLANK'
        • 'Begins with' & 'Ends with'
        • '= Equals' & '!= Not equals'
        • '> Greater than' & '< Lesser than'
        • '>= Greater than or equal' & '<= Lesser than or equal'
      • Sort
      • Custom Columns
        • Calculated Columns
          • Add Order line item properties to your report
          • Add Metafields to your report
        • Static Column
      • Formatting Tools
      • Clone & Delete
    • Scheduler
      • ⌚Hourly Schedule
      • 🌞Daily Schedule
      • 🗒️Weekly Schedule
      • 📅Monthly Schedule
      • 🔽Output Options
        • Email
        • FTP
        • Google Drive
        • Google Sheets
  • ❓FAQ
    • Welcome to Data Export FAQ
    • Reports
    • Schedule
    • Sales & Billing
    • Data Sync
    • Service
  • 📋Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Knowledge Base
  2. Reports
  3. Custom Columns
  4. Calculated Columns

Add Metafields to your report

PreviousAdd Order line item properties to your reportNextStatic Column

Last updated 1 year ago

Was this helpful?

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:

🧠