In the attached example, I'm trying to add (join ) the column 'CP_AMOUNT' in StdCostDateRange table to the Receipts table. The common field is ITEM_NUMBER.
I tried LEFT JOIN (Receipts) after the 'NoConcatenate' on the StdCostDateRange table, but it doesn't accept it.