Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
go to enable transform step, navigate tab and select transpose
before doing this you can add a column name before first name
Hello!
This will help:
LOAD SubField(x,';') as UserNames Inline
[x
john;trin;bayley;bruce;arthur;colin]