glewis1636
Programmer
I know that to get the current logged in user I can use the dbase function <<&username>>. However, I need to create a report in the GM+Views browser tab that is targeted to the current user. I've tried to put the above function in my url to pass as a parameter to my SQL Reporting Service report, but it doesn't appear to work. Here's the URL I'm passing...
When I access the report, the parameter is blank.
Code:
{
window.location = [URL unfurl="true"]http://srv/reportserver?%2fProfessional+SQL+Reporting+Services%2fTest+User+Name&rs:Command=Render&UserName=<<&UserName;>>[/URL]
}
When I access the report, the parameter is blank.