Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please, please help! I am having trouble linking 3 tables together. I keep getting syn tables as all three tables share the same fields.
The tables should link like this:
Applications: Link: Applicants:
ApplicationID ApplicationID
ApplicantID Applicants
All 3 tables include the following fields:
Applications:
Load
ApplicationID,
InputDate,
Username,
Password;
SQL Select *
From Audit.dbo."tbl_Applications";
Link:
ApplicantID;
[Applicants]:
ApplicantID,
First_Name,
Last_Name,
DoB;
Hey,
Qlikview automatically creates links between tables with the same fields. If you don't want this to happen you have to change the name of the fields. You can do this either manualy or use the Qualify function.
Hope this helps.
Gr.
Frank