Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new to qlikview. I want convert a row to column.
The input is like this-
column1 companycode1 column2 companycode2 companycode3.......companycode12
a
b
c
d
e
My output should be like:
a b
companycode company name 1 2 3 4 5 1 2 3 4 5 column2
companycode1 cn1
companycode2 cn2
companycode3 cn3
I have another file which is
companycode company name
companycode2 cn2
companycode3 cn3
....
Learn and try CROSSTABLE
PFA Sample application for Cross Table.
Vikas
Trying using a Pivot table and then hold press the columns to get the blue line and then drag and drop accordingly.
Thanks,
Angad
Hi if you are showing in pivot table just drag and drop that field otherwise go for cross table
Hi,
while loading data got to rotate tab->Transpose.
When I am using crosstable, column2 also comes under company codes...
but I want column2 as a saperate column..