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

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

Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?

1320


Global and Local shortcuts. Advantages.

2088


What all join we can perform in LOOKUP transformation?

1019


How to load the name of the current processing flat file along with the data into the target using informatica mapping?

1339


Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.

1340


What is a predefined event?

1134


What is the benefit of session partitioning?

1157


What are the features of complex mapping?

1205


How to create a non-reusable instance of reusable transformations?

1170


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

1112


Please let me know how to make Data masking in informatica..

1772


What are different types of transformations available in informatica?

1057


Informatica settings are available in which file?

1040


What is informatica?

1218


Explain pushdown optimization and types in informatica

1122