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

What is incremintal loading?

0 Answers  


Difference between PowerPlay transformer and power play reports?

0 Answers   CTS,


What is the difference between drill through and masterdetail reports?

0 Answers  


Explain what is power center repository?

0 Answers  


Compare cold fusion with other programming languages?

0 Answers  






What is the use of dimensional modeling in data warehousing?

0 Answers  


What is the difference between snowflake and star schema?

0 Answers  


Explain the differences between normalizer and normalizer transformation?

0 Answers  


What is difference between model & package?

0 Answers  


What is the difference between a data warehouse and a data mart?

15 Answers   Apex, ASD Lab, Bank Of America,


What is drill-through?

0 Answers  


What are the data types present in bo?

0 Answers  


Categories