[bug] [2018.2] filter-changed event not firing if filter was added from another sheet
See original GitHub issueIt looks like indirectly applied filters are not triggering the filterchanged event on sheets.
Sheet 1 is the sheet i’m listening to filter-changed events on.
filter 1 (sheet 1)
was created by adding a filter from sheet 1 and 1 (sheet 2)
was created by adding it from sheet 2.
By adding from I mean using this button on the respective sheet:
EDIT:
just to be clear: both filters are set to “apply to worksheets > all using this datasource”
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Gridfilter filterchanged event not firing | Wijmo 5 - GrapeCity
I using Wijmo grid which contains wijmo filter. To save and restore filterdefinition when filter is applied / changed I'm trying to fire ......
Read more >“tableau.extensions.settings.addEventListener” not working ...
The Filter Changed event type only works on worksheets, you are currently using it on settings. Change tableau.extensions.settings to be the worksheet you...
Read more >Filter OnChanged Event not Firing - DevExpress Support
hi i need to trap changes to the RowCount in my TcxGridBandedTableView so i can display an uptodate Row count to the user...
Read more >Release Notes for the Tableau Extensions API
The DashboardLayoutChanged event is triggered whenever a dashboard object is added, removed, repositioned or resized, or whenever the floating state, visibility ...
Read more >Excel filter not working after a certain row - AuditExcel
The main cause will be how you set it up and applies to any Excel tool which 'guesses' what you want to include....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi. Thanks for the report. Is this happening on desktop or server/online, or everywhere? I am currently working on a related issue (https://github.com/tableau/extensions-api/issues/179), but that is a server/online issue.
Hi @johnDance
You may have to re-open this ticket/issue since Tableau Server (Tableau Online) does not register the dashboard action when you use the GoTo Dashboard action before it redirects to the new dashboard/sheet. We store the event of the dashboard action but it never gets stored because the GoTo action will have the user leave the dashboard and the extension does not get the important event of the dashboard action.
I can confirm it works in Tableau Desktop (2019.3 and higher) but on tableau Server the registration of the selection doe snot take place. I tested in all versions up to 2020.2 (Tableau Online) and i cannot get the dashboard action to be registered before the GoTo sheet/dashboard action will redirect to the new dashboard/sheet.
This is an urgent issue for us since one of our clients has indicated not to continue their subscription on the extension if this will not be fixed.