StyleCode Property: enableAllSelector

enableAllSelector

Enable the All selector behavior.

Applies to Type Default
slicetree Boolean false

Examples

// Example: slicetree
table Items = with
  [| as Id |]
  [| "A" |]
  [| "B" |]
  [| "C" |]

Items.Slice = sliceDashboard(Items.Id) by Items.Id

{ enableAllSelector: true }
show slicetree "Pick a slice" a1b3 with
  same(Items.Id)

User Contributed Notes
0 notes + add a note