You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "dashboard controller" applies this filter by refreshing slices with an extra filter parameter
Slices (in the context of a dashboard) can be made immune to filtering by editing the json configuration behind the dashboard (no ui controls are exposed to set this up)
Needed:
Allow specifying which slices are immune to which fields.
Currently, the json_metadata for the dashboard has a filter_immune_slices key, which receives an array of slice ids. This should still be supported.
On top of that we need a new key filter_immune_slice_fields that is an object where the key is a slice_id, and the value an array of fields that it disregards. Or something equivalent.
The text was updated successfully, but these errors were encountered:
Currently:
Needed:
Currently, the json_metadata for the dashboard has a
filter_immune_slices
key, which receives an array of slice ids. This should still be supported.On top of that we need a new key
filter_immune_slice_fields
that is an object where the key is a slice_id, and the value an array of fields that it disregards. Or something equivalent.The text was updated successfully, but these errors were encountered: