Creating ranking report using Crystal report10

i am trying to create a ranking report using crystal report 10, this ranking report should show all the employees revenue for the current month ranked from the largest revenue to the smallest. i used NthLargest funtion to pull up the largest, and the 2nd largest and so on, but also i need to pull up the name of the person who made that revenue.
previously, i used excel spreadsheet to do that by using index and match funtion together, but i don't know what function or combinnation of funtions i should use.

ex.   joe      84646
      Sam    21636
because joe's revenue is larger than sam's, joe shows on the top list.
please, advice



Answer this question

Creating ranking report using Crystal report10

  • vmadhavapeddi

    Hello Ihab,

    Is the Revenue field a calculated field Or do we just read it straight from the database.

    A few things that come to mind.  The simplest being to add the fields to the report and simply sort by Revenue.

    The other way to do it is to group on Employee and then create a TopN report based on the Revenue field.

    Keith - Business Objects

  • Creating ranking report using Crystal report10