Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Possible to default icons at AccessPoint

Hi All,

Is it possible to hide the default QliKView icons in the accesspoint. Though I informed the uses of that some reluctant to use the same.

So any one of you have idea kindly let me know.

-Jay

6 Replies
arulsettu
Master III
Master III

Anonymous
Not applicable
Author

Hi Sethu,

Thank you for your reply. Btw do you have any idea, will it affect other applications as well?

-Jay

arulsettu
Master III
Master III

up to my knowledge it will affect all apps

ramasaisaksoft

Hi Ij,

i think below link will help to you for hiding the default Qlikview ribbon.

May be jgeorge post will help to u .

Ajax Client - how to remove auto generated toolbar

Not applicable
Author

The HTML file responsible for displaying a qlikview document from the accesspoint is located in C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\opendoc.htm. It references the "default.css" file, located in C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\htc\default.css.

If you make changes to the default.css file, it will affect all applications.

If you want to change it for only one document :

  • copy the opendoc.htm file as opendoc2.htm
  • edit opendoc2.htm, and change the reference to default.css as a reference to default2.css
  • copy the default.css file as default2.css
  • in the qlikview management console, go to documents/user documents/server/availability, type "opendoc2.htm" in the "full browser url" text box, then "apply" your changes

Your document will be opened with opendoc2.html/default2.css, so you can define a specific style in default2.css that will be used only for this document.