Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to find from a source which has 10,000 records, find the
average between 500th to 600th record?

Answer Posted / krishna

first u take the source,if it is flat file or relational
table then using exp t/r create one variable port.the port
like v.
increment the v value for every record .
after u write the condition in filter t/r v>=500 and v<=600

After use agg t/r and select the group by port as sal and
write the agg function avg(sal).After give the output that
port to target table

if it is relational table then use direct query in sql over
ride in source qualifier itself like


SELECT * FROM <TABLE NAME> WHERE ROWNUM>=500 AND
ROWNUM<=600

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is fact table? Explain the different kinds of facts.

1121


What is a sequence generator transformation?

1068


What is the need of an ETL tool?

1155


What is the session task and command task?

1110


What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?

1015


Explain pushdown optimization $pushdownconfig parameter - informatica

1190


How do you load more than 1 max sal in each department through informatica or write sql query in oracle?

1642


how we can load rejected record's at run time?(not through bad files)

2422


What is the difference between informatics 7x and 8x and what is latest version?

1135


What is the use of source qualifier?

1182


What is primary and backup node?

1170


Define mapplet?

1055


How to do the error handling of if ur source is flatfiles?

2013


Name the different lookup cache(s)?

1289


Mention a few design and development best practices for informatica?

1042