cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to display all rows in "Detail a" and then "Detail b"?

Former Member
0 Kudos

Hi

Is there any way to display all rows in "Detail a" and then display "Detail b"? Or any similar approch?

Thank you

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

i think, unless i am missing something, that Sharon has it.

i would think you would need 2 groups.

the first would be on Region and the second on location (i am guessing that a region can contain several locations)

Former Member
0 Kudos

Hi

Best option would be create two sub reports one for Detail a and one for detail b. Place them in respective detail sections to avoide multipul processing.

Thanks,

Sastry

Former Member
0 Kudos

you need to give more info.

Please supply example data and then how you would like to see it displayed.

Ian

Former Member
0 Kudos

Thanks for your replies.

My Pojo consists locationName, Region, positions

Multiple locations may be in one region.

I have to display the report in the following manner:

locationName1 availablePositions

locationName2 availablePositions

locationName3 availablePositions

RegionName1 totalposition in that region

RegionName2 totalposition in that region

Former Member
0 Kudos

you mentioned details A & B

is locationName1 =A

locationName2=B

locationName1 availablePositions

locationName2 availablePositions

locationName3 availablePositions

RegionName1 totalposition in that region

RegionName2 totalposition in that region

seem like you can create a group by location

then a group by posiitions

place your data in the details or the group and it shouls show the location and the available positions.

if that is not correct can you please be more detailed about what is to be displayed in A then B

Former Member
0 Kudos

hi,

create a 'sub-report' and place in Detail a.

This will display all information from sub-report at once in Detail a.

and then Detail b details will be shown.

Write the below suppress condition to avoid repetition of sub-report.

Go to Section Expert -> Details a -> common -> Suppress

Condition

RecordNumber>1

Regards,

Vamsee