I want that users see only the objects they have created in a given table. For that I've set custom priviledges for the records in the users' priviledge set such that there is a limited access for viewing, editing and deleting according to the calculation:
CreatedBy = Get ( AccountName )
where CreatedBy is a global field populated at startup with the function Get(AccountName). This means that the current user sees only the entries he has created in that table.
However, when viewing a list view report on that table the current user sees all the fields he didn't create. These fields have the value:
Keeping that priviledge set route, is there a way to have those fields totally hidden, i.e. just having these entries removed rather than showing ?