rkin005
Programmer
- Jul 4, 2005
- 9
I'd like some suggestions for displaying some record fields and beside them displaying a subreport for that record, while ensuring the two 'sections' aren't split across different pages.
Specifically I need to create a report that displays Contact details, and next to the contact details I want to display a subreport showing the Team members related to that contact and the strength of that relationship. There could be any number of related team members for each contact.
eg:
[tt]
NAME COMPANY COMMENTS TEAM RELATIONSHIP
Roger Stone ABC Co. Matt Jones Known
Peter Smith Personal
Bob Smith XYZ Co. Bob's a great guy, Sam Jones Strong
must catch up soon. Peter Smith Known
Sam has arranged a Tom Peters Strong
meeting with Bob on
Tues 27th, 3pm.
[/tt]
The way I've set it up currently is using a Parallel Flow, putting the Contact details in one report section/flow and the Team subreport in another report section/flow (including team member names and relationship). This seems to work well, except when we get to the end of a page. If there's enough space at the bottom of the page for the Team section, but not for the contact section, then the Team section is placed in the first page and the Contact section is placed on the second page. Since I'm thinking of these two report sections as comprising a single row this doesn't look good, and will be very confusing for a user. eg:
[tt]
Page 1:
NAME COMPANY COMMENTS TEAM RELATIONSHIP
.
. <some rows displayed correctly>
.
.
Sam Jones Strong
Peter Smith Known
Tom Peters Strong
Page 2:
NAME COMPANY COMMENTS TEAM RELATIONSHIP
Bob Smith XYZ Co. Bob's a great guy,
must catch up soon.
Sam has arranged a
meeting with Bob on
Tues 27th, 3pm.
[/tt]
Is there some way I can force Actutate to put both sections on the same page? Or is there a different way of structuring my report that would work?
One alternative might be to concatenate the team details into a single text field, then everything could be placed on one frame. However, I think it would be very difficult to deal with long names and trying to keep the names and relationship strength in separate columns but still lining up appropriately.
It seems like this must be a common-enough reporting scenario, but I can't see an easy way to do it.
Any thoughts? Thanks in advance.
- Rory
Specifically I need to create a report that displays Contact details, and next to the contact details I want to display a subreport showing the Team members related to that contact and the strength of that relationship. There could be any number of related team members for each contact.
eg:
[tt]
NAME COMPANY COMMENTS TEAM RELATIONSHIP
Roger Stone ABC Co. Matt Jones Known
Peter Smith Personal
Bob Smith XYZ Co. Bob's a great guy, Sam Jones Strong
must catch up soon. Peter Smith Known
Sam has arranged a Tom Peters Strong
meeting with Bob on
Tues 27th, 3pm.
[/tt]
The way I've set it up currently is using a Parallel Flow, putting the Contact details in one report section/flow and the Team subreport in another report section/flow (including team member names and relationship). This seems to work well, except when we get to the end of a page. If there's enough space at the bottom of the page for the Team section, but not for the contact section, then the Team section is placed in the first page and the Contact section is placed on the second page. Since I'm thinking of these two report sections as comprising a single row this doesn't look good, and will be very confusing for a user. eg:
[tt]
Page 1:
NAME COMPANY COMMENTS TEAM RELATIONSHIP
.
. <some rows displayed correctly>
.
.
Sam Jones Strong
Peter Smith Known
Tom Peters Strong
Page 2:
NAME COMPANY COMMENTS TEAM RELATIONSHIP
Bob Smith XYZ Co. Bob's a great guy,
must catch up soon.
Sam has arranged a
meeting with Bob on
Tues 27th, 3pm.
[/tt]
Is there some way I can force Actutate to put both sections on the same page? Or is there a different way of structuring my report that would work?
One alternative might be to concatenate the team details into a single text field, then everything could be placed on one frame. However, I think it would be very difficult to deal with long names and trying to keep the names and relationship strength in separate columns but still lining up appropriately.
It seems like this must be a common-enough reporting scenario, but I can't see an easy way to do it.
Any thoughts? Thanks in advance.
- Rory