Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More

Security Rule Example: Grant Import/Export privileges for Qlik Sense apps

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

Security Rule Example: Grant Import/Export privileges for Qlik Sense apps

Last Update:

Dec 28, 2021 7:32:27 AM

Updated By:

Sonja_Bauernfeind

Created date:

Dec 27, 2021 8:54:09 AM

By Default, non-admin users are not allowed to import/export Qlik Sense apps.

! The example is provided for demonstration purposes to explain a specific scenario. No support or maintenance is implied or provided. Further customization is expected to be necessary and it is the responsibility of the end administrator to test and implement an appropriate rule for their specific use case. For access to more tips and tricks, best practices, and ever-evolving creative solutions, we recommend joining us in our active Qlik Community.

 

Environment:

Qlik Sense Enterprise on Windows 

 

Setup

 

  1. Open the Qlik Sense Management Console and open the Security Rules menu
  2. Create the 2 below rules.

    Name: QmcAppSection_User1
    Description: This rule will grant access to the apps section in the Qlik Management Console (QMC) to User1
    Filter(s): QmcSection_App
    Action(s): Read
    Conditions: (user.name="User1")

    Name: ImportExport_User1
    Description: This rule will grant import/export rights to User1
    Filter(s): App_*,App.Object_*
    Action(s): Create,Read, Update, Export
    Conditions: (user.name="User1" and resource.HasPrivilege("read"))

    Note: In this example, we are using a statically defined user.name value. In a realistic scenario you will have a more robust user selection criteria (e.g. user.group="BI Developers". If you only want to allow import, remove "Export" from the actions in the second rule.
  3.  
Labels (1)
Version history
Last update:
‎2021-12-28 07:32 AM
Updated by: