The only possible way to disable the Filter panel at the global level is in the Web Player configuration file:
- 7.0 and lower: web.config
- 7.5 and higher: Spotfire.Dxp.Worker.Web.config
The parameter "showFilterPanel" in the analysis node needs to be set to FALSE to disable the filter panel at the global level.
The following is an example:
<analysis showToolTip="true" showClose="true" showToolBar="true" showAnalysisInformationTool="true" showExportFile="true" showExportVisualization="true" showUndoRedo="true" showDodPanel="" showFilterPanel="false" showPageNavigation="true" showStatusBar="true" showPrint="true" allowRelativeLinks="false" showAuthor="true" showShareWithTwitter="true" publicUrlForTwitterShares="" />
Note: Disabling filters at the group level or for a specific set of users is not currently possible.