Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
when i applied join between 2 tables it's applying the join logic to all the rest of the tables.How to stop it?
Can you post an excerpt of your data model/script?
It is difficult to determine as of now.
Thanks
Would you mind sharing your script, it´s supposed to work as designed (join between 2 tables)
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