Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access for Groups

Hi All,

I have a table in Qlikview, Say it has some 5 fields. These fields should be displayed by default.

Users within the share point group should be able to see additional 3 fields.

How to achieve this in Qlikview ????

This is my requirement please help me with this ASAP.

Thanks in advance,

Keerthi

1 Solution

Accepted Solutions
Not applicable
Author

Hi Keerthi,

Pls Find attached file .Hope it may help u 

Regards,

Saurabh

View solution in original post

13 Replies
Not applicable
Author

Best way is to use section access, you have 8 fields and default every one will be having access to 5 fields and shar point group will be having access to all 8 fields.

http://community.qlik.com/docs/DOC-1853

http://community.qlik.com/docs/DOC-2049

http://community.qlik.com/docs/DOC-5175

Not applicable
Author

Hi Nagaraj,

I went through the document. I tried to implement it.

Below is my section access

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD,

    ADMIN, admin, admin

    USER, keerthi, ks

    USER, soumya, ya

];

Section Application;

But i dunno how to restrict only for few fields in the table(Only for a particular object).

I have attached the QVW.

When i login with keerthi  and ks as password it should display only SECTOR field with Amount.

with soumya and ya as password it should display only claim status with Amount.

Please help me with this scenario.

Regards,

Keerthi

Not applicable
Author

HI All ,

Please help me with the above requirement.

Thanks in advance,

Keerthi

Not applicable
Author

Hi Keerthi,

Pls Find attached file .Hope it may help u 

Regards,

Saurabh

Not applicable
Author

Thanks a lot Saurabh

Not applicable
Author

Hi Saurabh,

How to do when we have a Group with some 10 users and providing access to particular group( Not to single user).

I want to give access to a group of users.

Thanks & Regards,

keerthi

Not applicable
Author

Hi Saurabh,

Can we provide access for a group of users ??

Thanks & regards,

Keerthi

Not applicable
Author

Hi Nagaraj,

How to do when we have a Group with some 10 users and providing access to particular group( Not to single user).

I want to give access to a group of users.

Condition should be given only for Group and not the User

Attached is the QVW conditional for QVUSER. I have used QVUSER() in the condition.

Username ADMIN

Password ADMIN

Fields are conditionally show for the Users.

Please help me for the group.

Thanks & Regards,

Keerthi

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, you can assign privileges to groups if you base your user identification on AD Accounts and use the NTNAME field in section access. Values for NTNAME can be either domainname\username combinations, OR domainname\groupname. Group management is then delegated to AD however.

To hide fields for specific users, use the OMIT feature of section access. See Ch 29.6 Section Access System Fields in the QlikView Reference Manual for more information.

Best,

Peter