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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Oracle analytical functions with ELTOracle Components?

Hello,
I am searching for a way to transform data like it is done in Oracle with analytical functions like ROWNUM.
My exact example would be a "SUM (1) OVER (PARTITION BY ID, STAT ORDER BY ID ROWS UNBOUNDED PRECEDING)".
To build such a thing in Talend i have used tSortRow -> tMemorizeRows -> tJavaRow component with Java Code to get the desired results.

My question:
Is there a way to do these things with one component or with the same code, maybe in tELTOracleMap? I tried with OracleMap but didn't found the solution because when I put the output into tELTOracleOutput I always get java.lang.NullPointerException.

Thanks,
Arno

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
tELTOracleMap component is used to graphically build the SQL statement using the table provided as input(the statement include inner or outer joins to be implemented between tables or between one table and its aliases.)
I am searching for a way to transform data like it is done in Oracle with analytical functions like ROWNUM.
My exact example would be a "SUM (1) OVER (PARTITION BY ID, STAT ORDER BY ID ROWS UNBOUNDED PRECEDING)"..


Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina