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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Arun7april
Contributor
Contributor

Data Quality - Define Business rule joining Multiple Tables/ Columns

I would like to define business rule, by joining multiple tables. I have join Tables with two key columns.

Join condition works as below

Table1 join Table2 on (Table1.col1=Table2.col1)

join Table1 on (Table1.col2=Table2.col2)

Instead of

Table1 join Table2 on (Table1.col1=Table2.col1 and

Table1.col2=Table2.col2

)

because of that am getting error message as " Exception: SQL compilation error:

duplicate alias '

Table1

' "

Labels (3)
0 Replies