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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
FGuijarro
Contributor III
Contributor III

Multiple conditions on tMap

Hi,

I am developing a process from 4 input tables (A, B, C, D).

-Relation between A and B is a1 (a1 is in table A and B)

-Relation between B and C is b1 (b1 is in table B and C)

-Relation between C and D is c1 (c1 is on table C and D)

Conditions are in columns on table B and D.

Output contains columns from A, B, C

How can I develope process the process with the tMap?

If I choose a main table (A), then B, C, D are lookup processes?

Which are the optionsfor this process?

Thank you for the help.

Labels (3)
11 Replies
XJ_1630
Contributor III
Contributor III

for completeness

 

if you are joining datasets from the same DB:

do the joins in SQL and use the result as your input

 

FGuijarro
Contributor III
Contributor III
Author

Thank you all, design is already done and working with "select as Best" from gjeremy1617088143