I work on crystal report I face issue how to display two details section with different headers related to same group by licenserecid
?
I can display first section related to group licenserecid
without any issue
but how to display second section with different header group by licenserecid
this is exactly my question so exactly I need to display data related to multi details on same group
example I make group header add group by licenserecid
415384
I display first header related to count employee data
Name count amount
ahmed 5 200
salem 8 300
until here no issue
I get new modification to get data related to licenserecid
415384 that have reservations so I will make another details with different header
here is my issue how to create new details related to group by licenserecid
415384 with different header
Name Date count ReservationNo
michel 01/01/2024 0 200321
tony 14/04/2024 0 3002111
Full structure order from top to bottom to report
group header
Header A
DetailsA
Header B
DetailsB
How to add details be with header under first section Expected output as
expected result
![](https://www.csharp.com/forums/uploadfile/e2e758/11072024233543PM/expectedresult1.png)
ISSUE ON red circle below section
![](https://www.csharp.com/forums/uploadfile/e2e758/11072024233543PM/STRUCTURE OF REPORT.png)