Skip to Content
0
Former Member
May 17, 2010 at 05:41 AM

control break sts

29 Views

Hi all,

Pls help how to print data as proposed.

Presently the data is printing like this.

Header:

             Property     Batch1              Batch2 
                 1            m1
                 2            m2
                 3            m3
        
                1                                  m4
                2                                  m5
                3                                  m6

My requirememt is to print batch 2 data also on same lines of property.

sample:

Property     Batch1                Batch2 
        1            m1             m4
        2            m2            m5
        3            m3            m6

I know i have to use control brk statements,,pls help me how to use it as required.

Rgs,

Priya