Hello Everyone,
I was hoping to get some help on this unpivoting project I am doing.
I have the original table(which is a pivot) in the below form:
[TABLE="width: 256"]
<tbody>[TR]
[TD]ORIGINAL
[/TD]
[TD]entity
[/TD]
[TD]entity
[/TD]
[TD]entity
[/TD]
[/TR]
[TR]
[TD]account
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[/TR]
[TR]
[TD]account
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[/TR]
[TR]
[TD]account
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[/TR]
</tbody>[/TABLE]
Which I have to change to the below form:
[TABLE="width: 192"]
<tbody>[TR]
[TD]account
[/TD]
[TD]entity
[/TD]
[TD]balance
[/TD]
[/TR]
</tbody>[/TABLE]
Any help on this will be greatly appreciated.
I was hoping to get some help on this unpivoting project I am doing.
I have the original table(which is a pivot) in the below form:
[TABLE="width: 256"]
<tbody>[TR]
[TD]ORIGINAL
[/TD]
[TD]entity
[/TD]
[TD]entity
[/TD]
[TD]entity
[/TD]
[/TR]
[TR]
[TD]account
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[/TR]
[TR]
[TD]account
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[/TR]
[TR]
[TD]account
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[TD]balance
[/TD]
[/TR]
</tbody>[/TABLE]
Which I have to change to the below form:
[TABLE="width: 192"]
<tbody>[TR]
[TD]account
[/TD]
[TD]entity
[/TD]
[TD]balance
[/TD]
[/TR]
</tbody>[/TABLE]
Any help on this will be greatly appreciated.