surojit
November 15th, 2007, 11:40 PM
1.I have a requirement where I have to show no of employees in a city.When I click on city I have to show details of all the employees in the city. This I need to achieve on the same page along with the summary list, through drill down feature in crystal report, without showing the detail section in a new page. How do I achieve that?
2.How would I print an entire, drill down crystal web report from the browser?
gamersrant
November 27th, 2007, 12:20 PM
I'm not quite sure what your trying to achieve but if its what I think it is all you need to do is group on city and in the group header add your count of employees. That way when you drill down the group header with your count will still be displayed and you will have a list of all employees in that city. Does this Help?
Lugh
November 29th, 2007, 07:34 AM
1.I have a requirement where I have to show no of employees in a city.When I click on city I have to show details of all the employees in the city. This I need to achieve on the same page along with the summary list, through drill down feature in crystal report, without showing the detail section in a new page. How do I achieve that?
I'm guessing that you want something like a button to show/hide the detail. By default, that's not possible in Crystal, AFAIK. But, I have seen an ASP solution to do something similar. Unfortunately, I don't recall where off-hand, as it's been a while. IIRC, it requires some pretty finesse-heavy programming.
2.How would I print an entire, drill down crystal web report from the browser?
By far your best bet is to actually make a second report, with all the drill down information included. You can put a hyperlink to that report in your first report.