I have a report with a parameter that is populated with a list of sales representatives returned by the request. I want to filter this list based on the security rights of the user running the report.
To fulfill the request, I need to pass user! userID in db. I tried something like this:
... where UserName = user! UserID ...
But he doesn't like the syntax.
source share