cancel
Showing results for 
Search instead for 
Did you mean: 

Require alternative to subreports

Former Member
0 Kudos

We have a report where we have to display

1.player name ,event code,and other details of player.

Player name | Event code | Event desc | Time etc....

ABC 101 Tennis 4:00pm

XYZ 102 Golf 11:00 am

DSV 101 Tennis 3:00 pm

FGR 111 Cricket 4:00pm

AHC 102 Golf 9:00am

ABC 101 Tennis 4:00pm

ABC 101 Tennis 4:00pm

... ... ... ...

2. The summary part will have something like this:-

Event code | Event desc | count of players for that event

101 Tennis 4

102 Golf 2

... ... ...

How to show these 2 parts in the detail section of one report.Our application is not supporting subreports.We have no clue either why it is not supporting.So please suggest an alternative to achieve this result without using subreports.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Som

You can use hyperlink or an URL link to another report instead of Subreports.

Hope this option helps you.

Please let us know if you have any further queries.

Regards

Ashwini Yadav

Former Member
0 Kudos

Thanks. I will try out that option and let you know. But I was wondering if it can be solved by using formalae or arrays ?

ido_millet
Active Contributor
0 Kudos

You can simply insert a CrossTab.

Former Member
0 Kudos

Hi Som

You can use string array's for this requirement.

Please let us know if you have any further queries.

Regards

Ashwini Yadav

Answers (1)

Answers (1)

Former Member
0 Kudos

i have created DETAIL and SUMMARY parameters where i have inserted a section below the other section and used a conditional supression based upon the type of report selected. or you can do that on the fields as well.