Skip to main content
Announcements
Qlik Cloud maintenance is scheduled for this weekend May 11-12. View maintenance windows per region here.

How to remove the toolbar from QlikView AccessPoint

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

How to remove the toolbar from QlikView AccessPoint

Last Update:

Apr 22, 2024 6:45:10 AM

Updated By:

Sonja_Bauernfeind

Created date:

Oct 18, 2016 3:39:34 AM

The toolbar in the QlikView AJAX Client can be removed.

AJAX with toolbar.png

 

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.

  1. Duplicate  the file Opendoc.htm as OpendocNoToolbar.htm under the path C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\

    opendoc.png

  2. 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;">


    remove the toolbar div.png

  3. To remove the toolbar from all documents: 

    1. Open the QlikView Management Console
    2. Navigate to System  Setup > QlikView Web Servers 
    3. Open your QlikView WebServer
    4. Open the AccessPoint tab
    5. 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

  4. To remove the toolbar from only specific documents:

    1. Open the QlikView Management Console
    2. Navigate to Documents  User Documents 
    3. Choose your document
    4. Open the Server tab
    5. In the Availability section, check Full Browser and Small Device Version and set the Url to /QvAjaxZfc/opendocNoToolbar.htm

      change full browser url.png

  5. Save your changes and apply all settings. Refresh the AccessPoint and confirm that the toolbar has been removed:

    AJAX without a toolbar.png


 

Labels (1)
Version history
Last update:
2 weeks ago
Updated by: