I am using V8 for Peachtree. My tables are linked as follows:JrnRow to JrnHdr by Post Order. The JrnRow is also linked to Customer, Item, Cost by the Record#. I then have also linked the Item to Cost table by record number.
The report is grouped by SalesRep ID.
I have 2 detail sections. The first only has the customer name. The second has the invoice# invoice date,Item ID and the sales amount of the item. All data pulls fine up to this point.
I now want to pull the cost of sales amount on this Item to come up with the profit.
The CostCode table only offers these options:
CostCodeID, CostRecordNumber, Cost Type, Description, Inactive.
None of these options will give me the cost of goods in $'s for the ItemId in this section. I have tried several different formulas such as concantenating ItemID and CostID or JrnRow Amount with CostID but can't seem to find the proper formula.
Can anyone help? Thanks in advance
I am a struggling newbie!
The report is grouped by SalesRep ID.
I have 2 detail sections. The first only has the customer name. The second has the invoice# invoice date,Item ID and the sales amount of the item. All data pulls fine up to this point.
I now want to pull the cost of sales amount on this Item to come up with the profit.
The CostCode table only offers these options:
CostCodeID, CostRecordNumber, Cost Type, Description, Inactive.
None of these options will give me the cost of goods in $'s for the ItemId in this section. I have tried several different formulas such as concantenating ItemID and CostID or JrnRow Amount with CostID but can't seem to find the proper formula.
Can anyone help? Thanks in advance
I am a struggling newbie!