Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tELTOracleMap

Can anyone help me on how to use aggregate function for the output of tELTOracleMap?
Because taggregate row is not compatible for tELTOracleMap component 0683p000009MPcz.png
Labels (2)
2 Replies
Anonymous
Not applicable
Author

A ELT component does not have a physical output in the job it self because everything is done in the database by SQL statements. Therefore you will hardly find a component to aggregate the data within the job.
Aggregating in the database could mean reading it with a appropriated statement containing a group by clause. This can be done with the normal tOracleInput component.
Anonymous
Not applicable
Author

Thank you for the answer.