ContributionsMost RecentNewest TopicsMost LikesSolutionsJumpToDashboard ignore measured values A while back the JTD didn't pick up measured values properly and we configured our dashboards so that the measured value filters were not relevant to the jump. We have some situations where there are conflicting filters with-in the measure (e.g. comparing different things as a numerator and denominator). Can you add a widget config option to ignore measured value filters? It would require adding an item in config and then adding an if statement to the filtersHelperService.js in the getMeasuredValueFilters like if(config.ignoreMeasureFilter) return [] ; around line 560. This would greatly help us out as we do have fairly complex filters running and much more often than not want to only consider dashboard and widget filters in the Jump. Accordion from Textbox We've been using the windows version for a few years and had Implemented Accordions on top of text boxes in order to give our users a better flow/experience. We're starting the move over to Linux, but this function seems to be incompatible. Has anyone found a work around (preferably by editing the plug-in as I don't want to re-implement across a wide range of dashboards)?