HI I try to get data from Sales Price table. My condition is to get the Unit Price of a particular item from a particular customer with the Latest Starting Date.
How to do this?
HI I try to get data from Sales Price table. My condition is to get the Unit Price of a particular item from a particular customer with the Latest Starting Date.
How to do this?
Hello Lee Boon Lai,
It sounds as though you may need to make use of the NL(Last) function with sorting applied to it and a filter on the Item No.
e.g.
=NL("Last","Sales Price","Unit Price","Item No.",$C4,"+Unit Price","*")
https://jetsupport.jetreports.com/hc/en-us/articles/218953408
Best regards,
Matthew Wilson
Hi Matthew, thanks for your reply, it works... thanks a lot.