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
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
Please someone help me with this
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
Thanks Vikas.
I used the this function
=SubStringCount(Concat(OSUser(), '|'), 'Group Name')
It solved my problem ![]()
Thanks & Regards,
Keerthi