Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could you please see why Province is not coming when the both tables are loaded?
Thanks In advance
Neville
Hi Neville,
It is not possible to create an association (link both tables) based on the data you have.
You must find a relation between Provience and Country or city.
Br,
KC
Hi, I think there must be a relationship between two tables, some common field.
TABLE1:
LOAD PROVINCE, SALES, CommonField
FROM
TABLE2:
LOAD COUNTRY, CITY, POPULATION, CommonField
FROM
Then you can join them or leave as they are.
I see it loaded in the Table view:
Hi Neville,
It is not possible to create an association (link both tables) based on the data you have.
You must find a relation between Provience and Country or city.
Br,
KC