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

Missing/Misplaced error while reloading

Hi,

when I was trying to load the below code, i was getting the Syntax error: missing/misplaced from. Can you help me. I have attached the error. The below is the code I am reloading.

[Res_Availability]:

LOAD *

Inline[

PMF_KEY,MONTH,duration

SANRA17,JAN,160

SANRA17,FEB,170

SANRA17,MAR,180

BALKI01,JAN,160

BALKI01,FEB,160

BALKI01,MAR,170

LATKI01,JAN,150

LATKI01,FEB,160

LATKI01,MAR,170

AMUSU01,JAN,170

AMUSU01,FEB,170

AMUSU01,MAR,160

MANY01,JAN,160

MANY01,FEB,160

MANY01,MAR,180

DWIPRI01,JAN,180

DWIPRI01,FEB,180

DWIPRI01,MAR,160

];

ReloadError.PNG.png

4 Replies
Clever_Anjos
Employee
Employee

Put some spaces between INLINE [

Not applicable
Author

[Res_Availability]:

LOAD * Inline

[

PMF_KEY,MONTH,duration

SANRA17,JAN,160

SANRA17,FEB,170

SANRA17,MAR,180

BALKI01,JAN,160

BALKI01,FEB,160

BALKI01,MAR,170

LATKI01,JAN,150

LATKI01,FEB,160

LATKI01,MAR,170

AMUSU01,JAN,170

AMUSU01,FEB,170

AMUSU01,MAR,160

MANY01,JAN,160

MANY01,FEB,160

MANY01,MAR,180

DWIPRI01,JAN,180

DWIPRI01,FEB,180

DWIPRI01,MAR,160

];

Not applicable
Author

PFA.

Not applicable
Author

Mostly this kind of errors raise due to SPACES. put proper spaces between value to value and check.