ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Data Warehouse  >>  Business Objects
 
 


 

 
 Teradata interview questions  Teradata Interview Questions
 Business Objects interview questions  Business Objects Interview Questions
 Cognos interview questions  Cognos Interview Questions
 Informatica interview questions  Informatica Interview Questions
 Crystal Enterprise Suite interview questions  Crystal Enterprise Suite Interview Questions
 Actuate interview questions  Actuate Interview Questions
 Ab Initio interview questions  Ab Initio Interview Questions
 Data Stage interview questions  Data Stage Interview Questions
 SAS interview questions  SAS Interview Questions
 Micro Strategy interview questions  Micro Strategy Interview Questions
 ETL interview questions  ETL Interview Questions
 Data Warehouse General interview questions  Data Warehouse General Interview Questions
Question
how do u implement dense rank in bo reports?
 Question Submitted By :: Poornima
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how do u implement dense rank in bo reports?
Answer
# 1
Dense Rank is used for assigning a precedence or rank to 
each row in the result set relative to other rows in the 
result set.
 
Is This Answer Correct ?    2 Yes 1 No
NareshKumar
[Chennai]
 
  Re: how do u implement dense rank in bo reports?
Answer
# 2
The DENSE_RANK function computes the rank of a row in an 
ordered group of rows.Rows with equal values for the 
ranking criteria receive the same rank.

For eg.

To Show the set of sales people who make the top 3 
salaries - that is, find the set of distinct salary 
amounts, sort them, take the largest three, and give me 
everyone who makes one of those values.

SELECT * FROM (
  SELECT deptno, ename, sal,
         DENSE_RANK()
  OVER (
    PARTITION BY deptno ORDER BY sal desc
  ) TopN FROM emp
)
WHERE TopN <= 3
ORDER BY deptno, sal DESC
/

    DEPTNO ENAME             SAL       TOPN
---------- ---------- ---------- ----------
        10 KING             5000          1
           CLARK            2450          2
           MILLER           1300          3

        20 SCOTT            3000          1  <--- ! (in 
                                            case of rank
                                            JONES will have
                                            3 and dense 
                                           rank will have 2)
           FORD             3000          1  <--- !
           JONES            2975          2
           ADAMS            1100          3

        30 BLAKE            2850          1
           ALLEN            1600          2
        30 TURNER           1500          3
 
Is This Answer Correct ?    4 Yes 0 No
Shikha
 
 
 

 
 
 
Other Business Objects Interview Questions
 
  Question Asked @ Answers
 
what is drill down? TCS5
any of the person working on encyclopedia? give the explanation briefly? TCS1
WHAT IS ROW LEVEL SECURITY IN BO? Wipro3
Can anybody pls provide me Business Objects Certification (SABE201) Study material and dump. Pls. My email id is reshma.toppo@gmail.com......Thanx  2
what is aggregate navigation? CTS2
can any one say me exactly when and where alias and context are used in resolving a loop. If possible try to give me a scenario also.  1
What is a join? Explain different types of joins?  5
What are the Different Data Providers support in Web Intelligence and DeskTop Intelligence? Perot-Systems3
i want to hide a chart in reporting level? i want to hide a prompt in designer level? TCS1
when will use compatible and incompatible objects? TCS1
I have saved one file in GMT as a standard time and the server must convert it into local time. How to do it? IBM1
HOW YOU WORKED WITH MULTIPLE DATA SOURCES?IF YES ?HOW DO YOU LINK THEM? CitiGroup3
What is the size of data base?  1
What is meaning of fullpath client in business objects? Atiric-Software1
What is the equivalent oracle operators for following BO Operators where we use in prompt: a. Different from pattern b.Match pattern c. Both and d.Except Nucleus-Software1
4.what is aggregate awareness ? how do we use ? where do we use ? Accenture1
1.How to convert deski document to webi in infoview? 2.what is connection type for free hand sql? Wipro3
why do we use crystal reports rather than webintelligence reports ? Tech-Mahindra4
Draw the architecture of traps? Wipro3
How the universe is working for fetching data? when it's get connected with db or data source? what is micro cube and when it is created? Is micro cube reside in inside of the universe?  1
 
For more Business Objects Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com