how to calculate sum(sal) with out using aggregator satge

Answers were Sorted based on User's Feedback



how to calculate sum(sal) with out using aggregator satge..

Answer / jz

just sql override in SQ t/r:
select col1..,sum(sal) from table_nme group by (col)

Is This Answer Correct ?    8 Yes 1 No

how to calculate sum(sal) with out using aggregator satge..

Answer / dj

we have to add 2 new ports in "expression"
1)variable-- declare sum(sal)
2)output port- cal this variable

Is This Answer Correct ?    3 Yes 4 No

how to calculate sum(sal) with out using aggregator satge..

Answer / tejeswara rao potnuru

using expression transformation we can find

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More Data Warehouse General Interview Questions

Explain what is the metadata extension?

0 Answers  


Explain what is a staging area? Do we need it? What is the purpose of a staging area?

0 Answers  


What are the differences between star and snowflake schema?

0 Answers  


What is dimension modeling?

0 Answers  


What are the types of dimensional modeling?

0 Answers  






Explain what is cost benefit analysis (cba)?

0 Answers  


Explain what is the difference between power center & power mart?

0 Answers  


Explain can report net connect multiple datasource at a time in report creation time?

0 Answers  


Explain is fact table?

0 Answers  


Where we use surrogate key explain with example?

0 Answers  


What is cubes?

0 Answers  


how do you use commit frequencies? how does it affect loading performance?

1 Answers  


Categories