Forum Discussion
SamCarlson
6 years agoFrequent Visitor
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...
- 6 years ago
"slicer": {
"*": {
"selection": [{
"singleSelect": false,
"multiSelect": false,
"selectAllCheckboxEnabled": true
}]}
)
TroyV
6 years agoFrequent Visitor
"slicer": {
"*": {
"selection": [{
"singleSelect": false,
"multiSelect": false,
"selectAllCheckboxEnabled": true
}]
}
)
Anonymous
6 years agoNot applicable
Hi TroyV ,
I tried to use the multiSelect but I did not change the toggle for Multi-Select with with Ctrl on.
Did anyone else have this problem?