Hi,
I am trying to create a view from the PURCHLINE table where i join the COSTCONTROLTRANSCOMMITTEDCOST table so I can have an overview of the committed cost in the reporting currency on all purchase order lines. Right now I have joined the two tables on (purchid = refid and linenumber = linenumber and costcontroltranscommittedcost.open_='1').
I can see I have a difference between the committed cost if I go to the Project Management & Accounting module the cost I have in my view, and this is due to the fact that there are two lines in the COSTCONTROLTRANSCOMMITTEDCOST table where one is a negative amount and the other one is a positive amount. The only difference between those two lines are recversion, where the negative one (which I want left out) has a recversion of '1'. Can I just leave out every record where recversion = '1' or will that create another wrong result?
Regards,
Robert
*This post is locked for comments
I have the same question (0)