I've a report that executes 4 stored procs. Basically it's 4 different activity breakdowns of a vendor's activity.
The user selects a Companyname from the input parameters Label; the value is the CompanyID.
I'm trying to assign the CompanyName to a textbox in the report header. Right now it's based upon the "first(reportitems!company_2.value)" where company_2 is the Company column of the first grid's detail row.
The problem is that the first grid could return no results. It's even possible that all four grids would have no results returned. I'd still want to print the selected CompanyName at the top. So I'm looking for some way to assign the text of the selected CompanyName to a variable, or a better way to access it.
Any suggestions?
Thanks,
O.
The user selects a Companyname from the input parameters Label; the value is the CompanyID.
I'm trying to assign the CompanyName to a textbox in the report header. Right now it's based upon the "first(reportitems!company_2.value)" where company_2 is the Company column of the first grid's detail row.
The problem is that the first grid could return no results. It's even possible that all four grids would have no results returned. I'd still want to print the selected CompanyName at the top. So I'm looking for some way to assign the text of the selected CompanyName to a variable, or a better way to access it.
Any suggestions?
Thanks,
O.