I am trying to (1) load a lookup table for SKU# and Category (2) load Actual/Plan/Last Year data by SKU$, MonthID & P&L line (3) load Forecast data by SKU$, MonthID & P&L Line.
In (3) above there are certain records I want to delete for a specific Category.
I JOIN (2) and (3) then JOIN (1) as a temporary table. From this temp table, in the the Category dimension I want to delete all records for item 'FS Export' . Finally I want to drop the temp table.
I get an error on the 2nd join, not sure how to do this. Please Help !!
Material_Info
LOADSKU#, Category, // there are lots of other fields for this table but removed them here to keep it simple FROM (biff, embedded labels, table is [MAT_INFO$]);