G
Guest
Hi,
Is there any way to create a query to return records, given a criteria, with
the latest date. (date not explicitly specified). It would be a TOP 1 query
but done for every globalID
eg. -- I would return the 2nd and last records only.
GlobalId EffectiveDate Amount
102161 01-Dec-05 3819
102161 28-Feb-06 3806
102161 10-Feb-06 3000
990000 2-Feb-06 5500
990000 10-Feb-06 3785
Is the nly way programmatically?
Thanks
Is there any way to create a query to return records, given a criteria, with
the latest date. (date not explicitly specified). It would be a TOP 1 query
but done for every globalID
eg. -- I would return the 2nd and last records only.
GlobalId EffectiveDate Amount
102161 01-Dec-05 3819
102161 28-Feb-06 3806
102161 10-Feb-06 3000
990000 2-Feb-06 5500
990000 10-Feb-06 3785
Is the nly way programmatically?
Thanks