Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

joins

when i applied join between 2 tables it's applying the join logic to all the rest of the tables.How to stop it?

3 Replies
sinanozdemir
Specialist III
Specialist III

Can you post an excerpt of your data model/script?

It is difficult to determine as of now.

Thanks

Clever_Anjos
Employee
Employee

Would you mind sharing your script, it´s supposed to work as designed (join between 2 tables)

Anonymous
Not applicable
Author

you need to define a new field in both table you want to join exclusively and to rename the field which currently joins to all other table

table 1:

joinfield1 as newfieldtable1

joinfield1 as excljointable2

...

table2

joinfield1 as newfieldtable2

joinfield1 as excljointable2