Navigation list widget only updates widget title if dimension on filter

Issue #11 resolved
Scott Wiltshire created an issue

Bug Description The navigation list widget changes the settings service value and other widgets in the dashboard respond to having the filter updated. However if the settings service value $<<dimension>> is also used in widget titles the tile text only gets updated if the navigation list row dimension is also on dashboard filter.

To Reproduce On test model navigate to "Table Types" in UX feature library and then select "Navigation List". When different Region is selected in the navigation list on the left hand widget the rowset on the right hand grid widget is updated but the widget title is not updated.

2018-11-20_12-31-25.png 2018-11-20_12-54-47.png

Expected behaviour Both the right hand widget title and MDX in the rowset are driven by variable substitution from the settings service. Both should be listening for same event and should update at the same time. Strangely if the Region dimension is placed in the dashboard filter IN ADDITION TO being on rows then the title of the 2nd widget updates correctly. Correct behaviour is seen in the "Connected Tables" example where the settings service change is triggered by click on row title item rather than navigation list. 2018-11-20_12-54-22.png

Comments (4)

  1. Log in to comment