One-to-Many
Posted: Thu May 08, 2003 12:08 am
I have two files.____One has details of the customer and the other has the orders placed by each of the customers. ____I need to write a report which should look like the following____Cust Name---Address-----Tel-------E-mail-------- Last order__ xxxxx xxxxx xxxx xxxxxxxxxxxxx xxxxxx__ __ Order Number-------- Order total__ xxxxxxxx 999999999__ xxxxxxxx 999999999__ xxxxxxxx 999999999____ xxxxx xxxxx xxxx xxxxxxxxxxxxx xxxxxxx____ Order Number-------- Order Total__ xxxxxxxx 999999999__ xxxxxxxx 999999999______Surprisingly, if I do a One-to-many scan on the customer number as index, R&R report produces a report which repeats the entire customer details for each valid order record found in the order file.____I am new to R&R version 9.0 and I am completely stumped by this as any report writer should be able to do this basic report. But, for R&R it seems to be almost impossible. I may be wrong and if so prove me wrong by giving a solution for this. My report is outstanding becuase of this.____Immediate response is appreciated.__