Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
hungyeetan
Starting Member
8 Posts |
Posted - 2005-10-05 : 00:21:57
|
From a reports which contain 1 parameter and a subreports. Subreports able to link to another reports(contain 2 parameter,1 parameter is same as the main page parameter. where i pass the paramter value to it), but when i link to that page entire page parameter is missing. i not able to select any paramterFor example:Main page have 1 subreports(link to other page),1 Parameter(date)subreports have 2 parameter, 1 is (date, where i have pass the data from main page),2 is locationproblem !!! is in the another page i not able to select the date,location. the parameter is missing |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2005-10-07 : 17:49:54
|
Sounds to me like you should restructure your reports and either make the subreport group by location or make the main report have multiple links, one for each location. Subreports don't give you the option of entering additional parameters.---------------------------EmeraldCityDomains.com |
 |
|
|
|
|