Skip to Content
0
Former Member
Nov 25, 2006 at 07:27 AM

regarding allignment in classical report, need it urgently

20 Views

Iam strucking in dispalying the data in classical report.

Iam working with hr module. My output should be in such a way that all the countries which iam taking in one internal table shuld be displayed in row.

with regarding these countries I was fetching groups(designations) i.e like manager, submanager.And iam taking a count if Designation repeats for that particular country.iam getting the output, but in dispalying the problem is.

i wil show how the output shuld be

                                       india    MAlaysia  japan
manager                                            1            

deputymanager                                  2            1

hr                                       1              2

but my output is coming like this

                               india    MAlaysia  japan
manager                  1           
deputymanager        2            1

hr                           1              2

count is displaying under first country.

can anyone tell me how to move forward.