question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] [2018.2] filter-changed event not firing if filter was added from another sheet

See original GitHub issue

It looks like indirectly applied filters are not triggering the filterchanged event on sheets.

filter-bug

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:

untitled

EDIT:

just to be clear: both filters are set to “apply to worksheets > all using this datasource”

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
johnDancecommented, Dec 18, 2018

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.

0reactions
SiebeGcommented, Jun 15, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found