Hi All,
I have report, where there are three sections (PO's, Sales and Adjustments), for the first two I am using a union all and getting the data to the report, and the third part is from a different application and data source. PO's have a number associated to it, a link number is passed and can have multiple PO's and for the sales section has multiple records, one PO can have multiple sales orders, I had to display the associated PO number on each sales record, for which I have used match number and sub query to retrieve that information and display on the sales record. Now for the Adjustments sections(Sub report) which is related to sales, I have to calculate the the sale price of an item minus purchase price of that item from purchase section and multiply it with the quantity on the sales and display it in the Adjustment subreport. How can this be achieved.
Please suggest.
Thanks in Advance!!
I have report, where there are three sections (PO's, Sales and Adjustments), for the first two I am using a union all and getting the data to the report, and the third part is from a different application and data source. PO's have a number associated to it, a link number is passed and can have multiple PO's and for the sales section has multiple records, one PO can have multiple sales orders, I had to display the associated PO number on each sales record, for which I have used match number and sub query to retrieve that information and display on the sales record. Now for the Adjustments sections(Sub report) which is related to sales, I have to calculate the the sale price of an item minus purchase price of that item from purchase section and multiply it with the quantity on the sales and display it in the Adjustment subreport. How can this be achieved.
Please suggest.
Thanks in Advance!!