Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

Access field

Hello dear community,

I would like to add a column in my table, and only two of my users have the right to see it.

How to do that in QlikView.

Thanks for your help.

5 Replies
settu_periasamy
Master III
Master III

Hi,

Table means, Table Box or Chart?

I think you need to look on Section Access.

as quick think, you can just use the 'Conditional Enable' in the Expression Tab. Like

=if(Mixmatch(OSUser(),'User1','User2'),1,0)

Anonymous
Not applicable

Hi master_student,

Take a look to QlikView Section Access Examples

Use OMIT field to the users who cannot see your field.

Regards

master_student
Creator III
Creator III
Author

Hello, I did as you recomanded but it didn't work. the condition is =if(Mixmatch(OSUser(),'w.be'),1,0)

Capture.PNG

the access on this report is managed via the foler propreties.

Thanks

Wiem

trdandamudi
Master II
Master II

It works... I just took Settu's code and applied it and it works... See below the screen shot:

Show_For_Two_Users.jpg

Hope this helps....

sasikanth
Master
Master

hI,

Try with QvUser() function