0
votes

I need to create a drill down report Using crystal report in my asp.net web application. I need to add the drill down option in my details section. I have done some R&D on this. I could not find any solution for this. If any one have the experience on drill down report Using crystal report Kindly Share with me.

Thanks ..

1
-1: this is pretty-basic functionality. You could have solved this problem by reading the help. - craig
I need to add the drill down option in my details section. How its possible? - Jidheesh Rajan

1 Answers

1
votes

Create a group on a field, then hide the details sections. You will be able to drill into the details section by double clicking the group-header field.

** edit ** The details section is the lowest level; no further drill-downs are possible. You might consider adding a sub-report to the details section to provider further, data granularity.