Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing in One row

Status
Not open for further replies.

pashu

Programmer
Sep 14, 2003
24
IN
Hello Freinds,

I've developed the report ,my database is oracle 8i thru view.The report currently printing looks like below-

Apr May
Eno Ename Paid_days value Gross Paid_days value Gross
1 xyz 30 60 5000
31 75 6000..

The report should print in foll. manner-

Apr May
Eno Ename Paid_days value Gross |Paid_days value Gross
1 xyz 30 60 5000 | 31 75 6000

The above print the details of an employee from apr to sep in one row as shown above.Can anyone extend help.Waiting for ur valuable reply ASAP.Thanks in advance.

Regards,
Pashu.


 
If these are detail level records, and you have a group on {table.Eno}, you could right click on each field/formula and insert a summary (sum) so that the results appear in the group footer. Then suppress the details section.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top