What I'm hoping to accomplish is something that would populated the SQL dropdown with all active users of another project.
The code below uses the a smart variable that only returns the current users. I was hoping to find a way that brings back a list of all active users.
SELECT DISTINCT [user-name] FROM redcap_data WHERE project_id = '450'