0

Need to include resources in customer sale report

I'm trying to extend the NAV003 - Customer Sales and Profitability report by including resource sales. Right now the report uses the Item Ledger Entry table which excludes the resources sold.

In SQL I would start with the Cust. Ledger Entry table and join the other table for all my data needs. Then in the select I would use the coalesce function to display the non-null item or resource data in a single column.
Alternately, I would use a union to combine the data into one table. I tried the union in Jet but thus far haven't had success.

Thanks in advance
Mike

1 comment

Please sign in to leave a comment.