Forum Discussion

abdul2134's avatar
abdul2134
Frequent Visitor
8 years ago

json theme - slicer

Hi,

 

is there anyway to use the themes to have the slicer to always be a dropdown, and turn off slicer header.

 

thanks

 

regards

Abdullah Ihsan

2 Replies

  • Hi abdul2134,

     

    You can go to the options and turn off the headers on visuals for the online service, so when you publish the users will not have headsers visible and in the slicers cannot change them:

     

    • File
    • Options & Settings
    • Report Settings
    • Hide Visual header in reading view

    Be aware that in the desktop version this will still be visible.

     

    Regards,

    MFelix

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi abdul2134 ,

     

    Yes this can be done, however I only know how to turn off the slicer header at the moment.

     

    "visualStyles":{
    "slicer": {
                  "*": {
                    "responsive":false,
                    "selection": [
                      {
                        "singleSelect": false,
                        "selectAllCheckboxEnabled": false
                      }
                    ],
                    "header": [
                      {
                        "show": false
                      }
                    ]
                  }
            }