ahmed salah

ahmed salah

  • 873
  • 657
  • 41.7k

How to create two details section with headers separated under group h

Nov 7 2024 11:37 PM

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 

ISSUE ON red circle below section


Answers (1)