
Hello All,
I am new to working with tableau extensions api, I want to identofy if the user has interacted with a filter or if "All" is selected. I see that recently tableau extension api added support for this https://github.com/tableau/extensions-api/issues/155
But when i include the extension api js "/tableau.extensions.1.latest.js" in our application, I get an error saying "Uncaught TypeError: tableau.Viz is not a constructor"
Can anyone please point me in the right direction as to how i can integrate the extension js api to use the newly added methods.
Thanks.
Hi Akshar,
Are you using the JavaScript API or the Extensions API? They are two different things but it sounds like you are combining them as tableau.Viz is a class of the JavaScript API and has nothing to do with the Extensions API.
Take care,
Keshia