Hi,
I need to use two colums on my relaionship between two tables. So i use the "complex join" option.
But in Metadata editor, when i test the sql query all is Ok but when i publish it it's wrong.
If i put a simple relationship it's ok.
I note that we have to use "physical name" on the complex join.
In MySql :
TA with C1 and C2
TB with C1 and C2
In Metadata :
Physical :
PT_TA with C1 and C2
PT_TB with C1 and C2
Business tables :
BT_TA_TA and BT_TB_TB
I use in the complex join :
"TA.C1=TB.C1 and TA.C2=TB.C2"
Is anybody have a example of complex join ?
Thanks