Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear QV-Users,
I have 2 tabels. One with the transactions in a period and the ohter table is a MASTER FILE with the StockNo. I would like to write a script that will show me only the last transaction date for each StockNo. My tabels are:
Transactions:
MasterFileStock:
Could someone tell me what the best approach will be for this case?
Regards,
Aissam
Hi,
u can calculate the max reciving date from the first table then filter the second tabel with a left join with the first..
I hope to be clear.
C u,
Stefano.
Hi,
u can calculate the max reciving date from the first table then filter the second tabel with a left join with the first..
I hope to be clear.
C u,
Stefano.
Try if u like this.
C u,
Stefano.