I have table name in that I have
Rajesh
Reshika
Priya
I want the result Like only Starting with R
Rajesh
Reshika

Can someone help me to get these results and How?

Answer Posted / vamshi ch

U can do by using the expression.
Use variable var1.
Var1= IIF(SUBSTR( NAME_FIELD, 1, 1 )=R,1,0)

In Filter use the condition to filter var1=1.
Only the names starts with R will come as output.

Another way:
In source qaulifier write a query to filter the records
which starts with name 'R'.

Select * from Table where name like 'R%'

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pre-defined event and user-defined event?

587


Under which circumstances, informatica server creates reject files?

605


Explain lookup transformation is active in informatica

671


How to elaborate powercenter integration service?

658


What are the reusable transformations?

708






Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?

633


How an expression transformation differs from aggregator transformation?

636


whats the logic to load the lower level of granularity of data to fact table.

1814


How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?

638


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1802


What are the transformations that are not supported in mapplet?

610


Tell me about Propagate functions in informatica

536


How to generate or load values in to the target table based on a column value using informatica etl tool.

619


what is song in infrmatica...?

1697


What is the need of an ETL tool?

650