I have a grid view that reflects contacts list.
in that grid I have columns like contactId, departmentId, projectId, taskId (lookups)
Now I can add one contact as many times I want.
I would like to show only distinct contacts.
The contact can be added as many times we want if we already don't have a contact under contactId + departemntId + projectId
I would like to hide first or second row.
Is there a way to do this?

*This post is locked for comments
I have the same question (0)