Hide toolbar buttons

Protobi toolbar showing blue action buttons including Global, N=100, Clear, Set base, #/%, Format, [NA], Crosstab, Weight, Scenarios, Export, and gray Save button

Users can choose to hide certain toolbar buttons by specifying the "toolbar" attribute in the JSON from project properties. 

  1. Press the Project Properties trigram 

  2. Select "Edit JSON..."

 

Protobi Project properties dialog for OG Flags showing crosstab settings with 'Edit JSON' field highlighted, left sidebar navigation, and embedded explainer video player
  1. Add the below attribute to the JSON.

 

The value "false" will hide the button from view. Only add the code for buttons you wish to hide. If a button is not referenced in the toolbar attribute, it will default to showing. 

"toolbar" attribute

    "toolbar": {

        "n": false,         "clear": false,         "baseline": false,         "percent": false,         "format": false,         "missing": false

    }

Delete

Note: There a few buttons that cannot hidden with this attribute. If you wish to hide "export" or any of the other buttons not included in the list above, please contact support@protobi.com.