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: 
Anonymous
Not applicable

Alphabetical load order

I'm loading data into a table, I've concatenated it to show you simply. The data is loaded in this order:

Janes Crisps
Bobs burgers
Dave’s tyres

However, when i load it in qlikview it comes through like this:

Bobs burgers
Dave’s tyres
Janes Crisps

It runs them through alphabetically. I've changed the sort type to 'load order' but that doesnt work. Can anyone tell me how i load information so that it isnt alphabetical and that it loads it as it's stored in the table?

11 Replies
Anonymous
Not applicable
Author

This is what i have so far - still uploading alphabetically

any suggestions?

whiteline
Master II
Master II

Doesn't it what you want ?

subfield(concat([Company name],',', [Row]),',',1) = Janes Crisps

subfield(concat([Company name],',', [Row]),',',2) = Bobs burgers

subfield(concat([Company name],',', [Row]),',',3) = Dave’s tyres