What is the Rankindex in Ranktransformation?

Answers were Sorted based on User's Feedback



What is the Rankindex in Ranktransformation?..

Answer / swetha

The Designer automatically creates a RANKINDEX port for each
Rank transformation. The Informatica Server uses the Rank
Index port to store the ranking position for each record in
a group. For example, if you create a Rank transformation
that ranks the top 5 salespersons for each quarter, the rank
index numbers the salespeople from 1 to 5:

Is This Answer Correct ?    12 Yes 2 No

What is the Rankindex in Ranktransformation?..

Answer / lalamaheshkumar

Hi for the above question you are going to get the suresh
record twice if you select rank as two (2) . to get the
distinct records , in source qualifier put a distinct
clause in the query .. then you will get the correct result.

Is This Answer Correct ?    5 Yes 2 No

What is the Rankindex in Ranktransformation?..

Answer / shashi

like to add a little bit.
just go to any Query editor and use DENSE rank() this will
clarify much more.

Is This Answer Correct ?    3 Yes 2 No

What is the Rankindex in Ranktransformation?..

Answer / shankar mahadevan

The Designer creates a RANKINDEX port for each Rank
transformation. The Integration Service uses the Rank Index
port to store the ranking position for each row in a group.
For example if a Rank transformation is created on the top
five salespersons for each quarter

(Matrix being Sales Person and Measure is Sales) Criterion
Top or bottom (Quarter is a time based dimension)

Is This Answer Correct ?    1 Yes 1 No

What is the Rankindex in Ranktransformation?..

Answer / lalamaheshkumar

small correction for above ..

Hi for the above question you are going to get the suresh
record twice if you select rank as three (3) . to get the
distinct records , in source qualifier put a distinct
clause in the query .. then you will get the correct result.

Is This Answer Correct ?    1 Yes 1 No

What is the Rankindex in Ranktransformation?..

Answer / kajal mishra

Rank port. Use to designate the column for which you want to rank values. You can designate only one Rank port in a Rank transformation. The Rank port is an input/output port.

http://tutorialcorner.com/2015/12/rank-transformation-in-informatica-with-example/

Is This Answer Correct ?    0 Yes 0 No

What is the Rankindex in Ranktransformation?..

Answer / suresh

hi all
if we have two records with same data

i mean duplicate records

at that time how the is calculated for that

let me know

example

name,age

suresh,23
ramesh,25
suresh,23
murali,20

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Informatica Interview Questions

Which transformation should u need while using the cobol sources as source defintions?

2 Answers  


Differnce between filter and router?

14 Answers   IBM,


In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar

1 Answers  


Please create a mapping where I have source which has one column with name like Aman_Gupta Rakesh_Mehra Sachin_More I want the target field should contain the name in reverse order i.e Gupta_Aman Mehra_Rakesh More_Sachin. Can you please tell me what transformation would be needed to do this.

5 Answers  


What are the tasks that Loadmanger process will do?

1 Answers  






How can a transformation be made reusable?

0 Answers   Informatica,


how to run 2 workflows sequentially. plz respond what is the process?

9 Answers   Cap Gemini, Target,


What is the procedure for creating independent data marts from informatica 7.1?

0 Answers  


Why do you use Mapping Parameter and mapping variable?

0 Answers  


In aggregator transformation, I sort the data before aggregator and select sorted port but still I’m getting an error. What is that error?

2 Answers  


i have n number of records in my source, i want first and last record to my target. how can u implement this scenario .

6 Answers   Emphasis,


when we dont use aggregator in mapping ?

2 Answers   CSC,


Categories