Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can you please suggest what is the difference between Section access in sense and section access in qliksense
Thanks
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.
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.
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.
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.
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
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
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.