write a query following source
region sales
1 1000
2 2000
i want the output ?please give solution
1 2
1000 2000
Answer Posted / lchenchureddy
use Normalized transformation in the mapping.we get result.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Define joiner transformation?
How you know when to use a static cache and dynamic cache in lookup transformation?
How many dimensions are there in informatica?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
What is meant by incremental aggregation?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
How to update or delete the rows in a target, which do not have key fields?
Explain about Informatica server process that how it works relates to mapping variables?
How do you load only null records into target?
Scheduling properties,whats the default (sequential)
What is the difference between source qualifier transformations source filter to filter transformation?
What is transformation?
What is informatica powercenter repository?
expain about the tune parameters?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.