Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Section access in sense vs section access in qliksense

Hi All,

Can you please suggest what is the difference between Section access in sense and section access in qliksense

Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

Deepak,

You create the script (including Section Access part in an application. What tool to use for this - Qlik Sense or Qlik Sense Desktop - doesn't matter.

If you create the app in Desktop, you'll need to import it into Qlik Sense using QMC.  If you create the app in QMC hub, there is no need to import.

Next, you publish the application in a Stream which is available for all users.User will see the part of the data which Section Access allows.

In Desktop, Section Access doesn't work, you see all data.

View solution in original post

6 Replies
Anonymous
Not applicable

I don't now what you mean by "sense", but here what I can tell:

Section Access works in Qlik Sense.
Section Access doesn't work in Qlik Sense Desktop.

deepakqlikview_123
Specialist
Specialist
Author

Hi Michael,

You mean that in Qlik sense we can not apply section access when we can create the app on desktop.

It can apply only when we can create the app on a hub.

Am i right?

But in qlikview we can make the selection that is intial data reduction strict exclusion and prohibit binary load,

Where shall we do such kind of settings in sense .

Please suggest.

Anonymous
Not applicable

It doesn't matter where you create application, it matters where you use it. 

You can create application with Section Access in QS Desktop, and import it into Qlik Sense.  Section Access will work in Qlik Sense, but not in Desktop.

deepakqlikview_123
Specialist
Specialist
Author

Thanks for the reply.

Below is the script,

section access;

load * inline [

ACCESS, USERID, REDUCTION, OMIT

USER, QVNCYCLES\flp, 1, Region

USER, QVNCYCLES\kag, 2,

];



You mean that I need to use this code in script in sense desktop.

Once i can import the file in reload it in QMC that will be reflected in a hub for respective user.

Please correct if i am wrong.



Regards,

Deepak

lakshmikandh
Specialist II
Specialist II

Hi Deepak,

If you included this code for section access in QS desktop app and Loaded the app. It will not allow you to view the app, you can only open the data load editor of the Section Access apps in QS desktop. you have to give open without data option.

Once you import this app into QMC based on the user rights enabled this will reflect the data security for the respective users.

Thanks,

Lakhmikandh

Anonymous
Not applicable

Deepak,

You create the script (including Section Access part in an application. What tool to use for this - Qlik Sense or Qlik Sense Desktop - doesn't matter.

If you create the app in Desktop, you'll need to import it into Qlik Sense using QMC.  If you create the app in QMC hub, there is no need to import.

Next, you publish the application in a Stream which is available for all users.User will see the part of the data which Section Access allows.

In Desktop, Section Access doesn't work, you see all data.