I have a view which is of a data type called employee. I have then added a reference field to a single employee which is a way to set the manager for that employee. I then output the employees to a page and group them by manager. This works well but is outputting the managers with labels. Hence I clicked on the manager reference field and there is an option to rewrite the results. Hence I thought that rewriting the results would only affect the managers listed and not all employee nodes. However as the referenced node is of the same data type as the rest it rewrites all nodes. Is there a way I can adjust this behavior besides adding a new data type called manager and link the reference field to this data type instead of the employee type.