Forum Discussion
Satish_Kumar
9 years agoHelper V
error in join
LuisQuedas
9 years agoAdvocate I
Hi Satish,
Do this two tables already have a bidirectional relationship between them? if so, try to remove that bidirectional relationship and try the crossjoin again.
Cheers, Luis
Satish_Kumar
9 years agoHelper V
LuisQuedas Nothing Changes it is showing same error.
- v-sihou-msft9 years agoMicrosoft Employee
As the error message said, "No_" column exists in both tables. When using CROSSJOIN() function, column names from table arguments must all be different in all tables or an error is returned. Otherwise it can't do Cartesian. Please verify the columns in both tables. If both contains "No_" columns, you can join these to tables using "Merge Queries" in Query Editor.
Regards,