While developing a report I have used two tables “Sales Invoice Line”, and “Sales Invoice Header”. In the “Sales Invoice Line”, there is a field “Sell-to Customer No.”, and in “Sales Invoice Header” there is a field “Sale-to Customer Name”. And in my report I have taken both table, but “Sales Invoice Line” is my primary table, and another is linked to it.
So in my report I want the value for “Sale-to Customer Name”, in my report. But I am just being able to fetch the correct value of “Sell-to Customer No.”
But by problem is not yet solved. I need a “Sell-to Customer Name”, in the body section of “Sales Invoice Line”.
And how can I put another field SalesPerson Name into the same body section “Sales Invoice Line”. As “Sales Invoice Line” and “Salesperson/Purchase” tables are not related (I think so), but “Sales Invoice Header” and “Salesperson/Purchase” are related, as their field “Salesperson Code” and “Code” respectively are related.