Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table transpose

Former Member
0 Likes
277

Dear Experts,

I have data in the below format.

Category Month Value

A JAN 10

C FEB 20

B MAR 30

D MAY 40

E APR 50

F JAN 60

F FEB 70

-


LIKE THIS.

i want to make report in given format.

Category JAN FEB MAR APR MAY JUN ...........

A----


10 0 0 0 0 0

B----


0 0 30 0 0 0

C----


0 20 0 0 0 0

D----


0 0 0 0 40 0

E----


50 0 0 0 0 0

F----


60 70 0 0 0 0

The above data should come under the assigned months,

Thaks & regards

Anwar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
250

Hi Anwar,

Check this link

<b>Reward Points if this helps,</b>

Satish

1 REPLY 1
Read only

Former Member
0 Likes
251

Hi Anwar,

Check this link

<b>Reward Points if this helps,</b>

Satish