cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Last order per customer

0 Kudos
381

hello,

I would like to have the last order date per customer on SAP B1. I want to have as table this:

DocNum, CardCode, CardName, DocDate. I tryed this query with crystal report

SELECT TOP 1 * FROM "ORDR" ORDER BY "ORDR"."DocDate" DESC but I receive just for record.

thank you for help.

Accepted Solutions (0)

Answers (0)