Hi Experts,
I have a requirements that I have some customer accounts with multiple sales prices for an item in the same period. I need to take the least sales price record from the table PriceDiscAdmTrans. This is to be added in a report.
1. Customer A with sales price 100
2. Customer A with sales price 200
3. Customer B with sales price 150
Output should be Customer A with 100 & Customer C with 150. how can I get this output using select statement?.
Thanks in advance.