I'm in Visual Studio 2008 and I create a table. One cell in the table is designed to take me to a url
="https://mydomain.com/spps_webapps/UpdateRemarks.php?nav_pn=" & Fields!NAV_PN.Value
As you can see in the url I'm able to bring over the field value that was chosen in the url with no problems. The issue for me is that I'm trying to bring over the results of the multi select drop downs but only if they're not set to all (default). Is it possible to do this?