Hello,
Working within Netsuite Analytics Warehouse workbook using the data visualization table.
Goal: to generate the total feet shipped per month.
Table 1 (by Item Code):
I have a table outlining all item ID #, with the corresponding columns"Month", "Total Quantity Shipped" and "Item Length (ft)", with the created calculation "Total Feet Shipped" (Quantity * Item Length).
Using this table, If I export the excel and run a pivot over the data by Month, I aligned to the total feet shipped value in Netsuite, therefore no issues.
Table 2 (By Month)
Issue arising in my second table where i dont explicitly list the individual item codes, I only want to see Month column and Total Feet Shipped column.
Appears NSAW is missing the order of operations when calculating as i want to calculate total feet shipped at the granular level (by item code) and aggregate all the items in the applicable month.
I have tried creating calculations using "aggregate by" or reapplying the logic through calculation to ensure the item quantity * item length for the individual items is calculated first before the aggregation of all items takes place, but I cannot get the data to algin to table 1.
Any solutions would be appreciated.