Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
Multiple repeatable section
posted

In my one-page report I have a header and footer. But then I need the main body to split into two repeatable sections and I only manage to create subsections or grouping sections of my first and only repeatable section. In my database have a Master table (M) with 2 independant details tables (D1 and D2). The details tables together do not have more rows than everything will fit on one page. So I want my report to be like this:

Page Header (M)

Repeatable Section (D1)

Repeatable Section (D2)

Page Footer (M)

But I cannot find a way to add the repeatable setion for D2. No matter where I click or drop D2 fields it will always mess with D1 and create subsections or group sections.

What am I missing?

Edit: spelling

Parents
No Data
Reply
  • 395
    posted

    I still don't know how to do in the on the report design UI, but I opened the igr file and hacked the XML to get my second repeatable section and got it to work.

    This is not how I want to do it so if anyone knows how to do it in the UI, please let me know.

Children