In SCSM, I have a request offering for new staff joining the company. The requester needs to select the new staff department from the result of a query where I selected the following:
- Class: Active Directory User
- Display Columns: Department
But the problem, as shown below, is that it displays duplicated departments, since it actually fetches all my users in the AD:

Is there a way to add the equivalent of a "select distinct" condition?
Thanks and best regards.