With custom reports, you can change the dimensions, columns and filters that you'd like to use. This view will open up when you are editing a report, and select Manage on either Dimensions or Columns.
You can also see this when you choose Edit Columns in the report (remembering this is only valid for this view, but on refresh the next visit of this report). There are 2 views, a basic and an advanced.
This will show you a list of simple attributes/columns you can add related to the order.
This will list all available tables from the database to make your report. Use this if you can't find the attribute on the Basic View.
You can swap between views by selecting the button next to the search bar.
Go to your Edit Report section (3 bars from the top right of your custom report)
Go to either Dimension or Columns (depending what you want add) and choose Manage.
On the pop up, scan through the available fields from the left and simply click on it so it will add it to your existing columns to the right.
You can also move these around to rearrange the order in the report using the 6 dots to the left of the field on the right window.
If you cannot find the column that you are after - press the toggle into Advanced View to see all of the columns on the marketplace.
There are a few attributes that you may want to use in Advanced View that you cannot find in Basic. We've listed a few commonly used attributes that you can add to your columns or dimensions.
Field | Advanced Attribute Code (or Base Selection) | Description |
Sales Order Item: Vendor ID | sales_order_item|vendor_id | Shows the Vendor ID of the Vendor on that order |
Sales Order: Order Count | sales_order|entity_id__cnt | Shows the total number of orders for the dimension. |
Sales Order Item: Item Count | sales_order_item|item_id__cnt | Shows the total number of items for the dimension. |
Sales Order Item: Product Name (Concatenated) | catalog_product_entity|name_concat or sales_order_item|name__concat | Displays all the products for that order (use when Vendor ID is the dimension to show the products specific for this vendor). |
Vendor Name | omnyfy_vendor_vendor_entity|name | Displays the name of the Vendor (use this to match the ID of the Vendor is using ID as Dimensions) |
Quote Item: Vendor ID | quote_item|vendor_id | Shows the Vendor ID of the Vendor on that quote |
Vendor Name | omnyfy_vendor_vendor_entity|name | Displays the name of the Vendor (use this to match the ID of the Vendor is using ID as Dimensions) |
Product SKU | catalog_product_entity|sku | Display's the product's SKU - Use this for Dimensions to split order into different product rows. |
Product Name | catalog_product_entity|name | Display's the individual products - use this when SKU is the individual |
Vendor's Product Total (Incl Tax) | sales_order_item|row_total_incl__sum | Shows the subtotal for the row totals based on the dimensions (eg by Order # and Vendor ID). |
Vendor's Product Total to be paid out (Excl Tax)(Excluding Payout Fees | omnyfy_mcm_vendor_order|vendor_total | Shows the subtotal for the row totals based on the dimensions (eg by Order # and Vendor ID), but also what is the expected payout without the fees (eg will be $0.00 if the order has refunded). |
Payout Amount (incl Fees and Discounts applied) | omnyfy_mcm_vendor_order|payout_amount__sum | Shows the total that the vendor will be paid out, with fees and discounts already applied. |