Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Transformation of Table

Hi Team,

I want to convert table1 into table2. Please help.

Table1:

StudentPaper-IPaper-IPaper-IPaper-IIPaper-IIPaper-IIPaper-IIIPaper-IIIPaper-IIIPaper-IVPaper-IVPaper-IV
TypeExternalInternalPracticalExternalInternalPracticalExternalInternalPracticalExternalInternalPractical
A413332373139393237433045
B393447312944383347453749
C282737322944383244283148
D363247443549343147292745

Table2:

Student NamePaper TypeMarks
APaper-IExternal41
APaper-IInternal33
APaper-IPractical32
APaper-IIExternal37
APaper-IIInternal31
APaper-IIPractical39
APaper-IIIExternal39
APaper-IIIInternal32
APaper-IIIPractical37
APaper-IVExternal43
APaper-IVInternal30
APaper-IVPractical45

Regards

Priyanka

6 Replies
Not applicable
Author

Hi,

It can possible with cross table.

buzzy996
Master II
Master II

try this,simply load ur table1 data in qlikview.

use cross table.

move ur columns as rows

awhitfield
Partner - Champion
Partner - Champion

Hi Priya,

you should check out the following post, which has some pretty useful examples:

http://community.qlik.com/thread/64678

Cheers Andy

Not applicable
Author

Hi Priya,

you can use cross table function or you can attach your file so i can work on that and send back to you.

maxgro
MVP
MVP

it seems ok

1.png

CrossTable(Student, Marks, 2)

LOAD Student as F1,

     Type,

     A, B,

     C, D

FROM

[http://community.qlik.com/thread/157623]

(html, codepage is 1252, embedded labels, table is @1, filters(

Transpose()

));

Not applicable
Author

Hi Massimo,

Thanks for your reply.

Can you help me with the solution.

please find attached sample file.

Thanks in advance

Regards,

Priyanka