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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

load script

hi all,

i have table like below

idHeader 2Header 3Header 4Header 5

1

abcd
2bd
3acb
4d

and i want data like

idHeader 2
1a
1b
1c
1d
2b
2d
3a
3c
3d
4d
3 Replies
Anil_Babu_Samineni

May be this?

CrossTable(Headers, [Header 2])

LOAD id, [Header 2], [Header 3], [Header 4], [Header 5]

FROM [https://community.qlik.com/message/1335629]

(html, codepage is 1252, embedded labels, table is @1);

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Check out the CROSSTABLE Load prefix. It allows you to serialize all data that was originally presented in a matrix layout. It also comes with a greate wizard in the Script Editor, on condition that you load your data from an external source.

See: Crosstable ‒ QlikView

For a more to-the-point exmaple, please post your data in a text/Excel file.

arasaraja_cts
Partner - Contributor III
Partner - Contributor III

Hi,

PFA, hope it will help.

Thanks

Raja.