I have a report with a parameter that is populated by a list of sales representatives returned by a query. I want to filter that list based on security rights of the user ru
Change your query to:
where UserName = @user
... and in the "Parameters" tab, assign "User!UserID" to the "@user" parameter.