Max Date Function
590587Jun 18 2008 — edited Jun 27 2008Hi,
I have the following columns in a report:
Vendor Name
Trade date
Prod Desc
Order Type
Qty
Gross Amt
I need to display only those rows where trade date = max(trade date).
I am aware of the MAX analytic function, but it keeps giving me an error.
Could someone please let me know how to achieve this scenario.
Thanks.