Hi!
Need a help!
I have 2 tables.
The first one consists the titles of the sites by it's ids.
The second have some values for each site_id.
I need to know the site titles in the second table.
For this I mergedthe first table to the second by the column "site_id".
After that I expanded the column site_title.
And I got "[Table]" instead of each site_title value.
Thanx for any suggestion!