...

StyleCode Property: sliceField

sliceField

Specifies the appearence of the field.

Notice that all sliceField are not available for all sliceHierarchy and/or all field types.

Applies to Type Default
slicepicker > entry auto, hidden, dropdown, autocomplete, slider, radio, checkbox auto

Examples

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

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

show slicepicker "Pick a slice" a1b3 with
  same(Items.Id) { sliceField: radio }

User Contributed Notes
0 notes + add a note