Group, I am struggling with syntax. I have dynamic links in my report and when the link is clicked I want the window to open up target="_blank"
I have tried the following, but I must be missing a ' or " somewhere because I am having no luck. The parameters are throwing me off.
="javascript:void(window.open('http://server/folder/filename.aspx?ds='& Parameters!UserName.Value & '&bu=' & Fields!Business_Unit.Value & '&in=' & Fields!Item_No.Value,'_blank'))"
="http://server/folder/filename.aspx?ds="& Parameters!UserName.Value & "&bu="& Fields!Business_Unit.Value & "&in=" & Fields!Item_No.Value &rc:LinkTarget=_blank
Any suggestions?