Don’t Take NULL for an Answer – Make Tableau’s ‘getWorkbook()’ and ‘getActiveSheet()’ Functions Behave Correctly
NULL errors have cropped up twice in recent development projects utilizing Tableau’s JavaScript API. In one instance, getWorkbook() returned this error: SCRIPT5007: Unable to get value of the property 'get__workbook': object is null or undefinedIn another instance, getActiveSheet() returned this error: Uncaught Error: Internal error. Please contact...