Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jane0803
Partner - Contributor
Partner - Contributor

how to load multiple resident table in qlikview ???

example:

Table1:

LOAD AA,

          BB,

          CC;

from table111;

Table2:

LOAD XX,

          YY,

          ZZ;

from table222;

Table3:

LOAD XX*YY*AA as XYA,

          BB*CC*ZZ as BCZ

resident Table1, Table2;

2 Replies
robert_mika
Master III
Master III

What are you trying to achieve?

jane0803
Partner - Contributor
Partner - Contributor
Author

I want to try how could i measure table1's fields and table2's fields to TABLE3,

I reload example have error on Table3.