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 |
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2013-03-27 : 06:36:24
|
Hello,The stored Proc. (sp) returns fields as follows:CityID, cityName, citydate, population, area, counties, ...The above fields are used to populate the data into a table control on the report.Inside the report, there is a drilldown functionality on cityName so that at first the table is shown with the cityNames and plus sign next to them. When the cityNames are expanded, then the other above columns are shown.Inside the sp, before the above result is returned, there is a table variable which holds the clientNames in each cityName. Note that these two tables can be linked via cityID.Question:As mentioned before, in the existing report, when you click on the plus sign, the above fields are shown i.e. cityName, citydate, population, etc...Now, I would like to have another drilldown on one of the columns such as citydate so that when it is expanded, it shows the data inside the table variable i.e. CityNames.Do you know what I should do please?Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-03-28 : 05:28:42
|
which report tool are you using?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|
|
|