Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Qlikview community,
I am used to use "AS" to link tables based on two common fields. I am asked to use 2 tables where there are 2 pairs of common fields, so I used qualify and unqualify in order to remove the synthetique keys and to be able at least to get the fields of the tables connected and displayed in 2 list boxes.
Now I wan to connect these two tables to other tables. Do I use the full name of qualified fields for example
NewTableField AS TableName.FieldName or not?
Please help me.
Many thanks
Attached the code I have
looks like you don't have many fields, i would manually rename all the fields that are causing the synthetics and avoid qualify all together.
however, if you do want to use Qualify, you QUALIFY the whole table and UNQUALIFY the fields you want to join tables on. this will leave the fields to be joined with their original names. and you can join on that.
also you must naturally join onto one field only or it will give you synthetic keys or even circular references if you have more than 2 tables.