Question
How to implement the third option Use Other Databases (ODBC) connector in Legacy Connection Alternatives - Community Forums?
How to implement the third option Use Other Databases (ODBC) connector in Legacy Connection Alternatives - Community Forums?
3. Connect to Other Databases (ODBC) in Tableau Desktop
Tableau will fill in 'Connection Attributes' with some values
SELECT
`SheetB$`.`date` AS `date`,
`SheetB$`.`value` AS `value`
FROM `Sheet1$` `SheetB$`
SELECT
`Sheet1$`.`date` AS `date`,
'table_1' as `table`,
`Sheet1$`.`value` AS `value`
FROM `Y:\Excel_tests\test workbook 97-2003.xls`.`Sheet1$`
UNION ALL
SELECT
`Sheet1$`.`date` AS `date`,
'table_2' as `table`,
`Sheet1$`.`value` AS `value`
FROM `\\folder\UserData\user\Home\Documents\folder\test workbook 97-2003.xls`.`Sheet1$`