hi all
I am stuck with a problem here my data is in one internal table where records will be in this form for example
Name month year days
emp001 january 2007 21
emp001 february 2007 16
emp001 march 20007 22
and i have to display in the below form
Name year january february march
emp001 2007 21 16 22
while passing to the output internal table i am not getting how to keep <b>index static</b> for same user so that all month data will come in one line .
presently it's appending in new line in the internal table so i am not able to display it at one index all month data .
can anyone suggest me any way to solve this issue
Regards
Sunanda