When using a View in TIC as datasource in a Tableau workbook I constantly get the error that:
Error: You 'have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND (SGBSTDN.SGBSTDN_MAJR_CODE_1 = STVMAJR1.STVMAJR_CODE(+))' at line 84
This seems to suggest that the MySQL server has trouble with the ANSI code for left outer joins (it's the '+' of the outer join syntax that the error indicates. Removing the '(+)' from the SQL simple shifts the error to the next '(+)' in that statement.
Meanwhile the dataset in the Tableau workbook seems to perform as normal.