Using CR 8.5:
I have the following senario:
tables linked in the follwinfg manner
cust.table --> header_order.table--> detail_order.table
(linked by cust) (linked by invoice #)
(cust_no.cust = cust_no.header_order
and
inv_no.header_order = inv_no.detail_order)
Report prints the following:
customer info, header info (such as order date...), sum of invoice (from invoice_detail)
No problem, Reports prints all customers with sales However
I DO NEED TO SHOW CUSTOMERS WITH NO SALES
I tried using left outer (*=) but it is giving me a problem.
Any thoughts or advices will be very helpfull.
Thank you.
dré
I have the following senario:
tables linked in the follwinfg manner
cust.table --> header_order.table--> detail_order.table
(linked by cust) (linked by invoice #)
(cust_no.cust = cust_no.header_order
and
inv_no.header_order = inv_no.detail_order)
Report prints the following:
customer info, header info (such as order date...), sum of invoice (from invoice_detail)
No problem, Reports prints all customers with sales However
I DO NEED TO SHOW CUSTOMERS WITH NO SALES
I tried using left outer (*=) but it is giving me a problem.
Any thoughts or advices will be very helpfull.
Thank you.
dré