Hello pmari, As per my knowledge it is not possible to show two different responsibility type people in two different columns, all different responsibility types will be displayed in a single column but in different rows. Again if you want to display a person having two different responsibility types in single column then use ‘And keyword’ e.g.WHERE Responsibilities.ResponsibilityType.Name='Hoofdaannemer' AND Responsibilities.ResponsibilityType.Name='Change Package Creator' If you want to display person having either of the two responsibilities i.e. 'Hoofdaannemer' or 'Change Package Creator' then use ‘Or’ keyword.
↧