How to disable the Filter Panel in the TIBCO Spotfire Web Player.

How to disable the Filter Panel in the TIBCO Spotfire Web Player.

book

Article ID: KB0080662

calendar_today

Updated On:

Products Versions
Spotfire Web Player All Versions

Description

This article describes how to hide the Filter Panel in the TIBCO Spotfire Web Player.

Issue/Introduction

How to disable the Filter Panel in the TIBCO Spotfire Web Player.

Resolution

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.

Additional Information

Doc: For versions 7.0 and lower: Advanced web.config settings (page No.67) Doc: For versions 7.5 and higher: Spotfire.Dxp.Worker.Web.config