How to Display top 2 salaries for each department WITHOUT
using Rank Transformation And WITHOUT using SQL queries in
source qualifier.
Answer Posted / harish konda
connect the Source to sorter and sort the data in Descending
order of salary, department and connect to expression and in
expression generate the sequence of numbers(for eg a port
flag) in such a way that whenever salary changes number
increment to 1, and keep in mind whenever department changes
the numbering should start from 1. And next connect the exp
to Filter and give condition as flag<=2.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What are junk dimensions?
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
How to convert multiple rows to single row (multiple columns) in informatica
Mention few advantages of router transformation over filter transformation.
Differentiate between a database and data warehouse?
What are the different types of repositories created using informatica?
What are the new features of informatica 9.x in developer level?
What is a transaction control transformation?
How can you generate reports in informatica?
How might one distinguish in the case of mapping is right or not without associating session?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
How does the aggregator transformation handle null values?
What is joiner change?
What is a surrogate key?