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...

Lookup transformation, one condition is having SQL override
(Empno < 10) and the other condition is Lookup (Sal>1000),
which is dynamic. How will u resolve this situation?

Answer Posted / sagar

Modify queries to include both in a single query as select* from EMP WHERE EMPNO<10 AND SALARY>1000;
OR
USE EXPRESSION TRANSFORMATION
REMOVE ALL SQL QUERIES AND SEND ALL RECORDS TO LOOKUP CACHE
USE EXPRESSION TRANSFORMATION BEFORE LOOKUP TO FILTER EMPNO<10 AND ADD LOOKUP TO COND SAL>1000 DYNAMICALLY

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the informatica performance improvement tips

1152


How to join three sources using joiner? Explain though mapping flow.

1191


How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

1173


what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?

2356


While migrating the data from one environment to another environment how would you manage the connections?

1133


Where is metadata stored?

1195


What are some examples of informatica etl programs?

989


How many input parameters can exist in an unconnected lookup?

1604


What are the main issues while working with flat files as source and as targets ?

1219


Tell me any other tools for scheduling purpose other than workflow manager pmcmd?

1383


What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?

2410


How can we use batches?

1066


what is $$$$?

2204


How you know when to use a static cache and dynamic cache in lookup transformation?

1918


What is the use of transformation?

1057