without using rank transformation how can we rank items by
using some other transformations
Answer Posted / sukanta
how your rank will look like
let suppose
ename sal
a 1000
b 1000
c 2000
d 1000
e 2000
and rank will work upon sal column.
what will be your target as per informatica rank works
ename sal rank
a 1000 1
b 1000 1
d 1000 1
c 2000 4
d 2000 5
if your rank will like this
ename sal rank
a 1000 1
b 1000 2
d 1000 3
c 2000 4
d 2000 5
or
ename sal rank
a 1000 1
b 1000 1
d 1000 1
c 2000 2
d 2000 2
all are can be done by using expression
transformation,sorter and aggrerator transformation combined
in a mapping.
Regards
Sukanta
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Tell me about Propagate functions in informatica
what is index?how it can work in informatica
How to partition the Session?
What are the different components of powercenter?
Explain the mapping variable usage example in informatica
define galaxy repository in informatica
What do you understand by a term domain?
How can we use mapping variables in informatica? Where do we use them?
What is the use of code page?
can we override a native sql query within informatica? Where do we do it?
Make a note of the quantity vaults made in informatica?
The question was on time stamp. what is the difference between HH and HH24 when to use when.
What is Data Caches size?
How many transformations can be used in mapplets.
Write the unconnected lookup syntax?