Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have user list with NTNames, as per my requirement i have to show only few users table column data in qlik sense.
I have tried OSUSER () , By using subfield function I have trimmed this osuser() same like my NTname.I have written expression in show if column area like below , but it's not working any help.
If(user=OSuser(),USer)
Thanks.
hi
in order for this to work
you need to have a filed user with the list of all users that can see the column
than you can use :
if (wildmatch(concat(user , ',') ,'*' & osuser()& '*')>0,1,0)