AdventurGurl
Technical User
I want to be able to pull the top 3 records from a result set that is sorted by date descending. I am better in T-SQL and would say:
select top 3 * from tablename where...
Is there a way to do this in CR 8.5 without grouping first?
Thanks!
select top 3 * from tablename where...
Is there a way to do this in CR 8.5 without grouping first?
Thanks!