Re: Top 80% query problem



You can get what you want with SQL like this:
select TOP 80 PERCENT * from D_CUSSLS order by CYSales DESC


.