Using Advanced Find, can I fetch “Top 10” records?
Help and Support Appreciated.
BB
You cannot get the Top 10 records using an Advanced Find but you can
definitely get this result using the Report Wizard.
Try creating a new report and then use the report wizard to get the top x
rows. You would however need to add a numeric column in your report to
achieve this.
--
Srihari R
Thanks for your response.
For some requirement, I wanted it to be from Advanced Find or Fetch XML.
I have checked Fetch XML operators but there is no such operator to get “Top
10” records.
But I already have SQL query for the same.
Appreciate your help.
BB
Hi Bharat,
you can try to write plugin on Execut method to limit advance find
result to 10 records.
you can check this http://a33ik.blogspot.com/2009/09/overriding-records-per-page-count-for.html
you can modify this plugin accordingly
Hope it will help you