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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use rowN.column in tDBrow ?

Hi everybody , 
I'm blocked with a process. I need to update a table using the result of a tOracleInput.
I tried to use : tOracleInput ---row1---> tOracleRow
in tOraclerow , i have something like this :
Update a set colA = row1.colA where a is null ;
But it doesn't work.
Someone can help me please ?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Nobody can help me ?

I want to update a table using rows returned by a query.


I have table A (reference) and Table B (toUpdate)

One row returned by A update one row in B