ContributionsMost RecentNewest TopicsMost LikesSolutionsCalendar Heatmap jump to dashboard Please make the calendar heatmap widget work with jump to dashboards. Without it the widget is not very useful because users cannot click to see what is making up the data set for each day. Re: Allow minimum and maximum aggregation for date fields This is a really important feature for us. We have no viable workarounds and may need to resort to calculating the values and storing them every time the cubes build just to be able to display a date in a table. Dynamic ElasticCubes config for many\multiple dashboards Is it possible to configure Dynamic ElasticCubes for several dashboards at once? We currently have a very long, repetitive config file and it is getting difficult to maintain. For example, if we could change this to allow a list of dashboard names or OIDs, that would make things much easier to maintain for a large group of dashboards. '656a0d1955889f0033c65454': { //dashboard 1 '987654321987654321987654': { //group id A dashboardDatasource: { title: 'DataSourceA', address: 'LocalHost', } }, '123456789123456789123456': { //group id B dashboardDatasource: { title: 'DataSourceB', address: 'LocalHost', } }, }, '66071b42a8b1ca0033e78945': { //dashboard 2 '987654321987654321987654': { //group id A dashboardDatasource: { title: 'DataSourceA', address: 'LocalHost', } }, '123456789123456789123456': { //group id B dashboardDatasource: { title: 'DataSourceB', address: 'LocalHost', } }, }, Solved