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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Joining 2 resident tables

I have tow tables with information of which I want to multiply a value from table 1 with a value from table 2 and store it in table 3.

First table
%ITM ,
TTYPE,
TQTY

Second table

DOCO,
%ITM,
QTY

I want to multiply QTY with TQTY and store this in a third table

table 3

DOCO,
SERVICE,
SCOST

Second.DOCO = DOCO
first.TTYPE = SERVICE
TQTY.QTY = SCOST

I dont know how to load info from 2 resident tables.

Who can help me


Labels (1)
1 Reply
Not applicable
Author

close