Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Report, Make a linkage group for two pages each page has a Repeating frame

390053May 25 2004 — edited Aug 27 2004

I Have two pages. And each page have a repeating frame inside a main frame.
And two pages have a relational data. So, I should to make a linkage group for this two page.
In my case,

PAGE 1.
*M_1 Main frame start
R_1 Repeating Frame start
Personal Data Part 1.
R_1 Repeating Frame end
*M_1 Main Frame end

PAGE 2.
*M_2
R_2
Personal Data Part 2.
R_2
*M_2


If there are 3 peoples information, Repeating frame will display continuously.
In my case,
page 1
page 1
page 1
page 2
page 2
page 2

But I want to do the following.

Page 1. -- 1st person's data
Page 2.

Page 1. -- 2nd person's
Page 2.

Page 1. -- 3rd.
Page 2. so on...


I need your help.
please let me know how to solve this problem.

Comments

393139
Hi,

I am assuming that the person's data (part 1 and part 2) are linked in your report's data model, eg, by a PERSON_ID or some such ID. In that case, in your paper report, you can create a repeating frame inside a repeating frame, ie,

*M_1 Main frame start
R_1 Repeating Frame start
Personal Data Part 1.

R_2 Repeating Frame start
Personal Data Part 2.
R_2 Repeating Frame end

R_1 Repeating Frame end
*M_1 Main Frame end


Navneet.
kimvan
I have made a similiar report but I'm having trouble with the top margin on my second repeating group's layout in the main layout. There is an inch top margin that I cannot get rid of or figure out why it is there? Any suggestions?? Please respond quickly if you have any.
402831
Hi,
i have a question related to this.

i am making a report in a similar pattern:

*M_1 Main frame start
R_1 Repeating Frame start
Data Part 1.

R_2 Repeating Frame start
Data Part 2.
R_2 Repeating Frame end

R_1 Repeating Frame end
*M_1 Main Frame end

Now the problem is that whenever there are multiple occurences of data in R_2, the data Part 1 is also printed that many times, whereas i want to show this just once.

Is there any way to do this?

Regards,
Swati

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 24 2004
Added on May 25 2004
3 comments
207 views