The toolbar in the QlikView AJAX Client can be removed.
Resolution
To perform this, several solutions are possible.
Hide one or several buttons
In this approach, you can hide individual items in the Ajax toolbar by creating a custom CSS file. See QlikView: Disable individual items in Ajax toolbar.
Hide the entire toolbar
This option requires you to remove the toolbar entirely.
- Duplicate the file Opendoc.htm as OpendocNoToolbar.htm under the path C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\
- Edit your new opendoc file and remove the toolbar div or add style="display:none;" in the <div avq="toolbar:.StandardActions" id="QvAjaxToolbar" > tag so that it look like this:
<div avq="toolbar:.StandardActions" id="QvAjaxToolbar" style="display:none;">
- To remove the toolbar from all documents:
- Open the QlikView Management Console
- Navigate to System > Setup > QlikView Web Servers
- Open your QlikView WebServer
- Open the AccessPoint tab
- In the Accesspoint Settings section, change the Client Paths for Full Browser and Small Devices to the path and name of your opendoc.htm copy, such as opendocNoToolbar.htm:
/QvAjaxZfc/opendocNoToolbar.htm
- To remove the toolbar from only specific documents:
- Open the QlikView Management Console
- Navigate to Documents > User Documents
- Choose your document
- Open the Server tab
- In the Availability section, check Full Browser and Small Device Version and set the Url to /QvAjaxZfc/opendocNoToolbar.htm
- Save your changes and apply all settings. Refresh the AccessPoint and confirm that the toolbar has been removed: