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

Syntax error, missing/misplaced FROM:

Hello,

In my script, I get this error.


Syntax error, missing/misplaced FROM:

VenteFinal:

LOAD Load * ,

IF(ISNULL(car) OR LEN(car) = 0 , 'O',car) as carte

Resident Vente

VenteFinal:

LOAD Load * ,

IF(ISNULL(car) OR LEN(car) = 0 , 'O',car) as carte

Resident Vente



Can any one help me?

Thanks

1 Reply
vincent_ardiet
Specialist
Specialist

Hi,

You are using twice the word LOAD:

LOAD Load * ,