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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
userid128223
Creator
Creator

multiple column as single data field

I have crosstable format data like below.

john;trin;bayley;bruce;arthur;colin

How can i load it in qlikview as data and called the field header usernames

UserNames

John

Trin

bayley

bruce

arthur

colin

3 Replies
tajmohamed30
Creator III
Creator III

go to enable transform step, navigate tab and select transpose

tajmohamed30
Creator III
Creator III

before doing this you can add a column name before first name

Sergey_Shuklin
Specialist
Specialist

Hello!

This will help:

LOAD SubField(x,';') as UserNames Inline

[x

john;trin;bayley;bruce;arthur;colin]