Forum Discussion
MATCH between 2 tables !!!Please!!!
- 9 years ago
Hi ruserty
You could carry out the following steps:
1. Click on New Table under the Modeling tab
2. Create a table name: CalendarTable = CALENDARAUTO(). This would give you a new unique date column in CalendarTable3. Go to the Relationships tab and create a one to many relationship between the CalendarTable and other two tables using the unique Date column under CalendarTable
Hope this helps.
Regards,
Ketan !
Hi ruserty,
You need to have a unique ID for each table and then add make a relationship between the two tables. I'm not used to treat Google Analytics information but you can probably use the combination of Date / Sessions to make your Unique ID and then use it to make the connection between both tables.
Regards,
MFelix
Thanks, I will try.