BD_DEALER_VOL_BROK_ARP07_TO_OCT07 is a table with the following structure. 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) There will be many Branches, for each Branch there will be some 5 or 10 dealer. I want a report in the below format for each Branch BR_ID: 1 BR_NAME: Chennai DL_ID DL_NAME VOL_APR07 VOL_MAY07 VOL_JUN07 VOL_JUL07 VOL_AUG07 VOL_SEP07 1001 xxxxx 1562 4586 45663 7896 7896 89632 1002 yyyyy 1568 4886 85663 8966 7586 87432 I tried this report using Report style group below, it takes lot of time for designing the report to get this format, is there any way of getting this report in the above format easily. Please give me an idea to work out this report