Report Style [message #282513] |
Thu, 22 November 2007 03:59 |
MEEENAR
Messages: 72 Registered: May 2005 Location: CHENNAI
|
Member |
|
|
Hi,
iam having a problem in doing a report.
BD_DEALER_VOL_BROK_ARP07_TO_OCT07 is a table with the following structure.
BD_DEALER_VOL_BROK_ARP07_TO_OCT07
BR_ID VARCHAR2(20)
BR_NAME VARCHAR2(100)
DL_ID VARCHAR2(20)
DL_NAME VARCHAR2(100)
DL_VOL_APR07 NUMBER(30,4)
DL_VOL_MAY07 NUMBER(30,4)
DL_VOL_JUN07 NUMBER(30,4)
DL_VOL_JUL07 NUMBER(30,4)
DL_VOL_AUG07 NUMBER(30,4)
DL_VOL_SEP07 NUMBER(30,4)
DL_VOL_OCT07 NUMBER(30,4)
There will be many Branches, for each Branch there will be some 5 or 10 dealers.
I want a report in the below format
BR_ID: 1
BR_NAME: chennai
DL_ID DL_NAME VOL_APR07 VOL_MAY07 VOL_JUN07 VOL_JUL07 VOL_AUG07 VOL_AUG07 VOL_SEP07
1001 xxxxx 125 145 178 789 896 789 8963
1002 YYYYY 47 475 456 78 455 55 89
I tried this report using Report style group below, it takes lot of time for designing the report to get in the above format, is there any way of getting this report easily.
Please give me an idea to work out this report
|
|
|
|
|
|
|
|
|
|
|
|