Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7557305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:05:52+00:00 2026-05-30T12:05:52+00:00

I am using a query in jrxml and it has resultset like below: name

  • 0

I am using a query in jrxml and it has resultset like below:

name – description – value

xyz —– desc1 ——- 2
xyz —– desc2 ——- 55
xyz —– desc3 ——- 54
pqr —– desc1 ——- 6
pqr —– desc2 ——- 44
pqr —– desc3 ——- 77

the name goes in header part and rest of the data goes in table part.
i want new page of report for each different name. How to do in iReport 3.7.5?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T12:05:53+00:00Added an answer on May 30, 2026 at 12:05 pm

    You can create group for the name field and set isStartNewPage property for the Group band.

    The sample:

    <queryString>
        <![CDATA[SELECT name, description, value FROM table_name ORDER BY name]]>
    </queryString>
    <field name="name" class="java.lang.String"/>
    <field name="description" class="java.lang.String"/>
    <field name="value" class="java.lang.Integer"/>
    <group name="nameGroup" isStartNewPage="true">
        <groupExpression><![CDATA[$F{name}]]></groupExpression>
        <groupHeader>
            <band height="20">
                <textField>
                    <reportElement x="0" y="0" width="200" height="20"/>
                    <textElement/>
                    <textFieldExpression><![CDATA["Name: " + $F{name}]]></textFieldExpression>
                </textField>
            </band>
        </groupHeader>
    </group>
    <detail>
        <band height="20" splitType="Stretch">
            <textField>
                <reportElement x="0" y="0" width="100" height="20"/>
                <textElement/>
                <textFieldExpression><![CDATA[$F{description}]]></textFieldExpression>
            </textField>
            <textField>
                <reportElement x="100" y="0" width="100" height="20"/>
                <textElement/>
                <textFieldExpression><![CDATA[$F{value}]]></textFieldExpression>
            </textField>
        </band>
    </detail>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using a query like below you can fetch rows in which the color of
I am using SQL Query and below are the tables. Organization OrgID Name RAOGID
I am using SQL Query and below are the tables. Organization OrgID Name RAOGID
I'm using this query to get all employees of {clients with name starting with
I have created a table using below mensioned query in MySQL. CREATE TABLE Pat_Visit
I need to insert a data into a DB using query like this one:
I would like to design a RESTful search URI using query parameters. For example,
I am using query super fish and i would like to fadeout the menu
Was: How to back up selected stored procedure using query I would like to
Is there is any way to get the select Random Records using query from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.