if we hav 10 records in a file, can we get first record from
it by using Aggregator with out using Groupby Port in it?If
Yes..let me know the answer plz!!!
Answers were Sorted based on User's Feedback
Answer / jhilam roy
Sorry guys...correction...If you do not select any group by
port in an Aggregator transformation and also want the first
record of any input record set, then, simply use the FIRST
function with no group by ports selected. Because, if there
is no group by ports selected, by default, FIRST treats all
rows as one group, returning one value. However, make sure
that the first record is not NULL. If a value is NULL, FIRST
ignores the row.
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / jayesh
Dont use group by.By default it will give last row.To
override it,use FIRST function.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / jhilam roy
Simple answer: NO, provided, only the Aggregator
transformation is used.
In an Aggregator transformation, if no port is selected as
Group By, then by default, the PowerCenter Sever returns the
very last row of the input record set, definitely not the
first one.
It scans sequentially starting from the first port of the
input set and continues till the last port is hit. If it
fails to find any port designated as Group By, the default
nature is to return the last record of the input record set
to the downstream transformation or target.
Any updation is appreciated.
Jhilam
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / naresh
I have column like col1,col2,col3 i am using first function
in col2 it work only that col2 i want first record means
col1,col2,col3 all first values How to get Please give me
solution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / janardhan
Hi Guys, I need sql query for the above functionality.
I mean sql query to get last record from 10 records same like aggregator transformation in informatica which gives last record if we don't give any group by.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bala
@abhinav...
How can you sort records by using rownum...its not possible
| Is This Answer Correct ? | 1 Yes | 2 No |
Yes, we can get first record using aggregator below are the
steps:
First need to sort all the records by desc and connect to
aggregator transformation than connect to target without
using gropby port than you will get first record.
Ask me any questions to <ittoolboxdwh@gmail.com> this is my
mailid.
Cheers
Venkat.
| Is This Answer Correct ? | 6 Yes | 9 No |
Answer / abhinav
hey I am having one answer regarding the same.may be it
will work.
SQ (sql override)(select * from emp1 order by rownum desc)--
>aggregator-->target
thanks
Abhinav
| Is This Answer Correct ? | 1 Yes | 6 No |
Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400
Can a joiner be used in a mapplet.
How many ways are there to do 'remove duplicate records in informatica'?
What is rank transformation in informatica
How can you define user defied event?
explain the scenario for bulk loading and the normal loading option in Informatica Work flow manager ???
i have a source of n records.i have to load n+5 records to my target.What is the procedure??????plz tell me.....
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
I want to run a workflow which consist of 3 sessions. But wat my question is. 1st session should run on DB1if the first session is successful then 2 session should run on db2 and 3rd session should run on DB3 envronments. i want 3 different wf logs. it shoul not override on one log?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
enterprise datawarehouse your project phase by phase explain?