KPI Dashboards: Transfer Dashboard Filters when Drilling to a URL
When you embed Dashboards (Free, Growth) or KPI Dashboards (Enterprise) with the embedding parameter redirect-drill-url-to-message=all
(which determines whether the drilled URL opens in a new window or silently reports via the browser messaging system as a postMessage), it is now possible to include the actual values of the dashboard attribute filters in the postMessage.
To enable the filter value resolution, set the enableFilterValuesResolution
platform setting to true
.
Learn more:
Communication with Embedded Dashboards (Free, Growth)
Communication with Embedded KPI Dashboards (Enterprise)
Configure Various Features via Platform Settings
CSV Downloader: Support for Array Data Types in Source Files
CSV Downloader, a component of the data preparation and distribution pipeline, now supports the array
data types in the columns of the source files:
array[int]
array[varchar]
array[varchar(x)]
Learn more:
CSV Downloader
Feed File
Data Preparation and Distribution Pipeline