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

working with SA in Qliksense qmc

Hi Viewers,

I've been facing some issue while implementing section access in Qliksense qmc

Below is my script for your reference.


SECTION ACCESS;

TEST:

LOAD *

INLINE [

ACCESS, USERID,                          COUNTRY

ADMIN,  DOMAIN\ADMIN,              *

USER,   DOMAIN\USER1,             GERMANY

USER,   DOMAIN\USER2,             CHILE

USER,   DOMAIN\USER3,             BRAZIL

];

SECTION APPLICATION;


After execution this script,

I can able to see the data as per section access.

But only problem with assign permissions to USERs. .


I have opened the application with my userid and I can see data without any permissions as

admin will have only all these rights.

generally I can see options if I logged in with my userid

data load editer

data model viewer

add new sheet

How do I restrict all these rights for users???

Any suggestions will be appreciated.

Kindly help.



12 Replies
agigliotti
Partner - Champion
Partner - Champion

in order to help other users please mark the appropriate answer as correct and close this thread if applicable.

mbjallow6
Contributor III
Contributor III

Hello

I am facing isues regarding Section Access. 

I created a chart with three measures. however, its required that in the same app, let one of the measure not be visible to particular users. I have read the qlik documentation and as well followed this stream to solve my problem. after applying the script below, it has not made any changes.  i am adding a pictures of the app and load script for reference.Screenshot (204).pngScreenshot (233).png

gilson_carciofi
Contributor II
Contributor II

I was unable to achieve my goal even with all these helps.

I did exactly what was mentioned here.

Can anyone else help?