I am Creatting Crystal Report using SAP CR2010 in VS 2010. I have one doubt in "Drill Down". Basic Drill Down Ok.
This is my report normal Report with Grouping(for Drill down)
------------------
----------------------------------------------
ID Name Phone
----------------------------------------------
Grouping
-----------------------------------------
1 XXXXXXX xxxxxxxxxx
2 yyyyyyy yyyyyyyyyy
3 zzzzzzz zzzzzzzzzz
----------------------------------------------
I am going to click "Name-XXXXXXX". On that time I want to show Address details inside in this report. Like
----------------------------------------------
ID Name Phone
----------------------------------------------
Grouping
-----------------------------------------
1 XXXXXXX xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
xxxxxxxxxx
2 yyyyyyy yyyyyyyyyy
3 zzzzzzz zzzzzzzzzz
----------------------------------------------
If Clicking on "Name-yyyyyyy", should close Previous one and display new one.
Is this possible... Help....