I created an external assembly with a function that takes one argument, the report folder value;
MyFunctions.GetRelativeUrl(string sReportFolder).
In my development, if I hard-code a value and pass it to the function, the correct value is returned. However, I want to pass the Globals!ReportFolder to the function, which is where I am having problems. When I attempt that I receive an error which implies the value of Globals!ReportFolder is null. Do you know if there is a trick to using the Globals in an external function call?