- Select the three columns "Sales Rep Name", Revenue, TOPN(Revenue, 10) to show in your Results.
- On the Third "Revenue" Column open the option and choose "Edit Formula"
- On the Edit Column Formula window options and select "Edit Formula"
- On the Column Formula select the "Insert Function" f(...) and choose the TopN under the Aggregate section.
- Select the "integer" and enter 10.
- Make sure the following statement is as shown below and click OK.
- On the second "Revenue" Column choose options and select Sort -> Sort Descending.
- Then Select the Results Tab to show the Top 10 Sales Rep for all the existing years in your database.
- To Verify that the TOPN(Revenue, 10) Column is using the proper TOP-N functionality, create two columns with just "Sales Rep Name" and Revenue and put a sort option on "Revenue" column as below:
- Goto the Results Tab to view the results
- In the above screenshot you can verify that the first 10 columns are the same that you have got while applying the Top-N Function on the Third Revenue Column.
This is one way to show who all are the Top-10 Sales Representatives making the most business for your company. We have achieved this by using the Top-N function applied on the "Revenue Column". Another way to achieve this by using the "Selection Steps" on "Results" Tab after our results have been shown.
No comments:
Post a Comment