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 error

Hi All,

I am getting a load error with this script, can someone assist. Error says script is missing a from???

[2015 Dates]:

LOAD Distinct

     dated

     FROM

[2015 sales ytd.xlsx]

(ooxml, embedded labels, table is [2015]);

2015:

Load *,

RowNo() as [Sale Day]

Resident[2015 Dates]

Order by dated desc

;

DROP Table [2015 Dates];

Thank you

1 Solution

Accepted Solutions
marcus_malinow
Partner - Specialist III
Partner - Specialist III

2015:

Load *,

RowNo() as [Sale Day]

Resident [2015 Dates]

Order by dated desc

You just need to add a space after 'Resident'

View solution in original post

3 Replies
marcus_malinow
Partner - Specialist III
Partner - Specialist III

2015:

Load *,

RowNo() as [Sale Day]

Resident [2015 Dates]

Order by dated desc

You just need to add a space after 'Resident'

Not applicable
Author

Eish, thank you!!!

marcus_malinow
Partner - Specialist III
Partner - Specialist III

No probs, happy to help.

Thanks for marking my answer correct.