Hi All,
I have a question on extracting the top n number of rows say top 100 rows from a report using Cognos Impromptu. Ex:
The report has
Customer# #ofUsers
---------------------
123 100
298 89
471 70
288 53
500 8
If I have to pull top 3 rows, I should have only the following output
Customer# #ofUsers
---------------------
123 100
298 89
471 70
I guess I have to use rank function. How do I use this function. Please advice.
Thanks so much
Swathi
I have a question on extracting the top n number of rows say top 100 rows from a report using Cognos Impromptu. Ex:
The report has
Customer# #ofUsers
---------------------
123 100
298 89
471 70
288 53
500 8
If I have to pull top 3 rows, I should have only the following output
Customer# #ofUsers
---------------------
123 100
298 89
471 70
I guess I have to use rank function. How do I use this function. Please advice.
Thanks so much
Swathi