I want to restrict top 26 rows ...in reportis there any rownum object from which i can do this

Questions by adi_gupta

Showing Answers 1 - 1 of 1 Answers

Ravi

  • Dec 8th, 2005
 

Restrict Top 26 Rows: Depends on how you want to do it.

In a report: Drag the Dimention and measures into report. Click on the Dimention object and use the RANK button on the tool bar. you can specify the the Top 26  or Bottom(Depending on the requirement)  values of a measure. It also provides some calculation like Sum/Percentage

If you want to restrict the Top 26 in the query itself, you might have to create an object in the universe. May have to use the analytical functions based on which you need to Rank the Data.

for ex: use the Designer function : RANK() OVER (PARTITION BY () ORDER BY ())

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions