Skip to main content

I am using custom sql to connect my data to tableau

I am not sure if anyone else has faced this issue, but off late I have been encountering the "Reset View" popup on the tableau server. Initially I thought it is due to session timeout and once we do a sign-off and sign-in again it should get fixed, but it doesn't work every time. So here is what I came up with "we need to open the .twb file on a Notepad++, and then search for the datasource keyword. Then we need to set the CUSTOM_SQL_WITHOUT_SCHEMA and SKIP_CONNECT_VALIDATION values to TRUE

 

This has fixed the Reset View issue and also the data source connection error(which I was facing earlier)

 

Hope this is useful

0/9000