How to list Top 10 salary, without using Rank Transmission?
Answer Posted / abhilash
do following steps
1.in source qualifier override the query with
"order by salary desc"
2. use seq gen tr on it and give column name as "sid"
3. next use filter tr. in that write condition like "sid<=10"
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is different between the data warehouse and data mart?
What is exclusive and normal mode for repository services?
Explain dynamic target flat file name generation in informatica
Is it possible to define a single node as a Gateway node as well as worker node?
How an expression transformation differs from aggregator transformation?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
What are the tasks that source qualifier perform?
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
How you know when to use a static cache and dynamic cache in lookup transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What is workflow manager?
What is a surrogate key?
What is the commit type if you have a transaction control transformation in the mapping?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What are the components of the workflow manager?