Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohit1804
Contributor III
Contributor III

help to transpose data

HI Team,

I have data like ,

input:

1

2

3

 

desired output

1,2,3

 

please help me to achieve this....

Labels (2)
3 Replies
manodwhb
Champion II
Champion II

@rohit1804 , you can do with tDenormalize ,please check the below way.

0683p000009MZkB.png

rohit1804
Contributor III
Contributor III
Author

Hi Manohar,

this is my job, still input file has data like 

1

2

but while running job it giving error as " Type mismatch: cannot convert from String to int " . Even my input has only one column which is int and in all component i set column as int only.

0683p000009MZji.png

manodwhb
Champion II
Champion II

@rohit1804 , can you show the screenshot of tDenormatize, I have taken as string data type in source and tdenormalize components.

some where in your job you have are may be reading as int and which you were trying into string in tdenormalize because of which you are getting Type mismatch: cannot convert from String to int