AKPolarBear
MIS
I am trying to create a Crystal report that shows the landed cost for each inventory item. It will need to show the items purchase cost and all of the landed cost elements that are added to it so that the total landed cost is calculated.
In using the POLNDCST file, I find the information I need but matching it to the item in the IMINVLOC file is proving to be difficult as no joins can be created between the two.
Parsing the data and trying to match has not worked.
I thought a SQL View might work but don't see how to join the two fields together to create a single landed cost code that then could be matched to the item in the above files. I need to return the other information in that data file.
Right now I have a subreport that partially does the job but it is cumbersome at best.
Any suggestions?
In using the POLNDCST file, I find the information I need but matching it to the item in the IMINVLOC file is proving to be difficult as no joins can be created between the two.
Parsing the data and trying to match has not worked.
I thought a SQL View might work but don't see how to join the two fields together to create a single landed cost code that then could be matched to the item in the above files. I need to return the other information in that data file.
Right now I have a subreport that partially does the job but it is cumbersome at best.
Any suggestions?