Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

remove all menu items from the Server accesspoint

Dear All,

Any suggestion regarding how do we remove all menu items from the Server accesspoint
i.e. Navigation button menu, Bookmarks, Switch to small device & even Close button.


We should not see any of the menu items whileopening any document.

Thanks,Kumar

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi Kumar,

Locate the file opendoc.htm in the Web Server folder of your QlikView installation (by default in C:\Program Files\QlikView) make a copy of the file and remove or comment the following lines:

< a id="Close" class="QvToolbar" href="javascript:CloseSession()" onclick="event.stopPropagation ? event.stopPropagation() : event.cancelBubble = true" style="float: right;">Close< /a>

< div avq="toolbar:.StandardActions" class="QvToolbar" id="QvToolbar" >< /div>

Hope that helps.

Miguel

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hi Kumar,

Locate the file opendoc.htm in the Web Server folder of your QlikView installation (by default in C:\Program Files\QlikView) make a copy of the file and remove or comment the following lines:

< a id="Close" class="QvToolbar" href="javascript:CloseSession()" onclick="event.stopPropagation ? event.stopPropagation() : event.cancelBubble = true" style="float: right;">Close< /a>

< div avq="toolbar:.StandardActions" class="QvToolbar" id="QvToolbar" >< /div>

Hope that helps.

Miguel