You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue
Hello,
Dashboard UI Filters seems to break "getSummaryDataReaderAsync" function : No data returned
Context :
I use tableau server with virtual connection.
My dashboard have UI filter.
I have created an extension with a button that executes "getSummaryDataReaderAsync" at click.
At First, dashboard load ( with Filter cached or not) , the function retrieve correctly data, but when I filter with UI, no data found on the second click.
I think it is an issue based on virtual connection.
The issue
Hello,
Dashboard UI Filters seems to break "getSummaryDataReaderAsync" function : No data returned
Context :
At First, dashboard load ( with Filter cached or not) , the function retrieve correctly data, but when I filter with UI, no data found on the second click.
I think it is an issue based on virtual connection.
Version information:
You can test with this code:
`document.addEventListener("DOMContentLoaded", function() {
Maybe my code is wrong ? Can I find more log somewhere ?
The text was updated successfully, but these errors were encountered: