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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
13 Replies
Not applicable
Author

Thanks Peter

I tried with the NTNAME.

How to provide or conditionally hide for the particular group.

There is a inbuilt functions like QVUSER() and OSUSER(). This we can use it in hiding the data.

What about for Group of USERS ??? Help me with this

Regards,

Keerthi

Not applicable
Author

Please someone help me with this

vikasmahajan

Using Section Access Users you can  take currently logged user using


subfield(OsUser(),'\',-1)


and give conditions as you desire in additional while loading section access you can take 3 additional columns you want can filter with osuser() command.


Hope this will help you.


Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Thanks Vikas.

I used the this function

=SubStringCount(Concat(OSUser(), '|'), 'Group Name')

It solved my problem

Thanks & Regards,

Keerthi