I got a request to create a cascading parameter for Projects in a dataset like this:
Project Manager
A Person 1
A Person 2
B Person 1
etc…
When the user chooses a particular manager, this works fine, but the user can also choose all the managers, in which case there would be multiples of the same Project in the parameter drop down list…
I’m very new to SQL, so any help would be much appreciated!
I think you’re looking for a
group by projectorselect distinctfor the second query.