Skip to main content

Feature request: Disable the "embed sheet" menu option in Qlik Sense

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

Feature request: Disable the "embed sheet" menu option in Qlik Sense

Last Update:

Feb 23, 2021 4:21:38 AM

Updated By:

Sonja_Bauernfeind

Created date:

Nov 18, 2019 6:31:47 AM

The request is to have an option to disable the "embed sheet" option in Qlik Sense, either by security rules or some other way.



Environment:

Qlik Sense Enterprise on Windows any version



User-added image

 

Resolution:


Qlik has previously received feedback on this and recorded the request for future review.  For up to date information and to express you would like the Feature implemented please contact support at support.qlik.com referencing this article. 

A  workaround is available, which involves adding a CSS property to hide the desired menu.

Note that this change will be overwritten at each Qlik Sense upgrade and will need to be reapplied. In addition, this piece of code is provided as is and no support can be provided for its customization or troubleshooting. 

Steps:

  • Stop the Qlik Sense Services
  • In a Windows Explorer navigate to C:\Program Files\Qlik\Sense\Client\
  • Depending on your version of Qlik Sense, you are either looking for a file named, for example, app.6.212.8.css or the folded \app, which in turn will have a few files named app.numericalvalues.css The numerical values will differ depending on your version.
    2020-08-20_10_43_17-QlikSense_Nov_19_-_10.76.194.210_-_Remote_Desktop_Connection.png
  • Modify this file in an editor (administrative permissions may be required):
/*!
 * sense-client@6.212.8
 * 
 * Copyright(C) 2019 Qlik International AB
 * All Rights Reserved
 * 
 */.lui-button{vertical-align:middle;......qs-view-error__message{font-size:13px}

[title="Embed sheet"] {
  display:none;
 }
  • Start the Qlik Sense services

Note that the code will not work if the UI is a different language as the title of the element will change to that language. All languages used will need to be added to the CSS. 

Labels (1)
Contributors
Version history
Last update:
‎2021-02-23 04:21 AM
Updated by: