Hide specific column of a view for specific user

Hi All, I have a view in which several columns are there. I am previewing from client not web. I want to hide specific column of that view for specific user OR group of user.

But dont use role in column hide formula.

Thanks

Subject: Hide specific column of a view for specific user

We cannot use roles? So how are we going to know who to hide the column from?

You REALLY don’t want to hard code names, because it’s not like people: change their names or leave the compacy change positions or have new employees.

You could do a virtual “role” where you do a look up against a document/view to determine if the column should show or not.

Just remember, even if you “HIDE THE COLUMN” does not mean you have security. Anyone can look at the document properties to see the data you’re hiding.

Subject: Hide specific column of a view for specific user

see the Hide column property in the last tab for column properties box

Subject: Hide specific column of a view for specific user

I would create another view without the column. You can use roles in your outline or navigator to call the correct view.

But this isn’t security either. The same is true as the previous post.