Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Doubt In Section Access

Dear Experts,

I Developed one Qlikview Application Now i want to share this to some users,

Here im getting confused here where i am suppose to develop section access,

In Qlikview Application OR while sharing to the users in QVMC there should i develop the section access

I want to develop section access using NTNAME, This is first time im trying please help me

If i am thinking wrong please correct me ,i am little bit confused

And if any Sample Section Access App developed by using NTNAME please share to me it would be great help

Thanks In Advance

Niranjan

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

Have a look at below videos

QlikView Security Video Series | Qlik

If it answered, then close this thread by selecting appropriate answers.

Regards

ASHFAQ

View solution in original post

8 Replies
JonnyPoole
Former Employee
Former Employee

To employ section access you need to add the section access script into a QVW. There is a SA table in the script plus a script command to employ it. 

The actual script  (usually the table) can be stored external to the QVW in a database and queried like any table. Or it can be  referenced from an external file via an INCLUDE statement , OR called from a centralized section access table that you defined in the QMC. The last is relatively new:   but the SA table in the QMC is just a repository that QVWs can dynamically pull from when they are refreshed.

NavinReddy
Creator II
Creator II
Author

Hi Jon,

Thanks For your detailed explanation,

You mean to say SA should be developed in QVW only ,What we will do with QMC

Then QMC when i deploy the QVW he can able to access the QVW in Access point with the NTNAME

if you have sample script or sample QVW it would be great help to me

Thank you so much again

Best Regards,

Niranjan

ashfaq_haseeb
Champion III
Champion III

Hi,

have a look at attached file

Regards

ASHFAQ

NavinReddy
Creator II
Creator II
Author

Hi Mohammed,

I tried but im getting confused in script side how to use NTName ,is it required password

Then with out password how he will access QVW in Access point,

I have Completed QVW now based using NTName i want to develop Security where can i develop security,

In QVW Application or QMC

Please im totally confused ,guide me this is first time im developing Security

If you have Sample Security file developed by using NTNanme

Best Regards,

Niranjan

Anonymous
Not applicable

Hi,

The script should for section access should be something like this:

SECTION ACCESS;

AccessTable:

LOAD * INLINE [

ACCESS,NTNAME

ADMIN,Domainname\ABC

ADMIN,Domainname\DEF

User,Domainname\XYZ

];

SECTION APPLICATION;

\\Follows the Data model Scripts

Not applicable

Hi niru,

How r u man...this is sra1

SECTION ACCESS;

AccessTable:

LOAD * INLINE [

ACCESS,NTNAME

ADMIN,Domainname\ABC

ADMIN,Domainname\DEF

User,Domainname\XYZ

];

SECTION APPLICATION;

NTNAME is the OSUSER() in Qlikview.

you need to give your all users NTNAME in the script.when they are openings the application it will check whether the systems NTNAME is that list or not.then once the NTNAME finds the application will open to the end user.

NavinReddy
Creator II
Creator II
Author

Hi,

Thanks to All for your valuable suggestions

Best Regards,

Niranjan

ashfaq_haseeb
Champion III
Champion III

Hi,

Have a look at below videos

QlikView Security Video Series | Qlik

If it answered, then close this thread by selecting appropriate answers.

Regards

ASHFAQ