Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Keerthi,
Pls Find attached file .Hope it may help u
Regards,
Saurabh
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
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
HI All ,
Please help me with the above requirement.
Thanks in advance,
Keerthi
Hi Keerthi,
Pls Find attached file .Hope it may help u
Regards,
Saurabh
Thanks a lot Saurabh
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
Hi Saurabh,
Can we provide access for a group of users ??
Thanks & regards,
Keerthi
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
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