if we have input eno 1,2,3,1,2,3 year
2001,2002,2003,2001,2002,2003 and sal
10000,20000,30000,20000,30000,40000
ex-output
eno totsal
1 30000
2 50000
3 70000
Answer Posted / narendra
in source qulifier we override query like this
select eno,sum(sal as totsal)from emp group by eno
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
pmscmd startworkflow -sv
What are the basic requirements to join two sources in a source qualifier transformation using default join?
4 yrs etl devloper roles and responsibilities?any body give solutions
Explain joiner transformation in informatica
Describe data concatenation?
What are the popular informatica products?
Why do we need informatica?
What is the difference between source qualifier transformations source filter to filter transformation?
How to create or import flat file definition in to the warehouse designer?
What are the tasks that source qualifier perform?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
What is a sorter transformation?
tell me about your project functionality
server hot-ws270 is connect to Repository B. What does it mean?