Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
spikenaylor1
Creator
Creator

Origianl load order from excel file

Hi there

I am loading data in from spreadsheets

one of the columns being loaded in (testID), I need to retain the original order that column was in the spreadsheet.

for example

for one batch we have up to 12 rows of data

so we load all columns, but I need somehow somewhere to ensure that when i display the data in a table format, the (testID) data needs to be in the same original order as was in the spreasheet. QlikView try's to auto sort, and this is causing issues. 

 

Any ideas on how to always retain the original order sequence.

regards

 

 

Labels (1)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

In you load script:

RowNo() as LineNo,

Then sort by LineNo

View solution in original post

1 Reply
m_woolf
Master II
Master II

In you load script:

RowNo() as LineNo,

Then sort by LineNo