Forum Discussion

SamCarlson's avatar
SamCarlson
Frequent Visitor
6 years ago
Solved

JSON Label for Slicer Selection Control Setting 'Multi-select with CTRL"

Short version: What is the JSON label for the Slicer Selection Control Setting "Multi-select with CTRL"?   I found this code which has almost everything I need but since multi-select with ctrl is a...
  • TroyV's avatar
    6 years ago

    "slicer": {
         "*": {
              "selection": [{
                     "singleSelect": false,
                     "multiSelect": false,
                     "selectAllCheckboxEnabled": true
               }]

          }

    )