Crystal - Last record of selection

wilcoNL

New Member
Hello all,

I want to do a simple thing with crystal. I'll write it down in 4 GL for you:

for each customer, last invoice of customer:

disp
customer.name
invoice.nr
end.

this little program shows for all customers only the last invoice.

For my crystal report I want to do a similar thing, but I can get it done.

I work with CR XI

Please help
 

BONO

Member
Hello,
To do this in crystal u've multiple solution :

here a simple one
- Make a report with invoice and customer
- make a group with cutomer id and invoice id
- Just display the data in the footer of the invoice id group


Then you can also use subreports ...
 
Top