Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script Error

I added in an applymap and now im getting a script error that i cant figure out...

The error says "syntax error, missing/misplaced FROM:My_Table"

Any thoughts? I'm looking through the code but I just dont know what im looking for as i have never seen this error before.

Thanks,

Parrish

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
MVP
MVP

That error is almost always a missing comma or semicolon. Or in your case it looks like you may have a a semicolon after the My_Table wen it should have been a colon.

-Rob

View solution in original post

3 Replies
MarcoWedel
MVP
MVP

Can you give us the load statement?

rwunderlich
MVP
MVP

That error is almost always a missing comma or semicolon. Or in your case it looks like you may have a a semicolon after the My_Table wen it should have been a colon.

-Rob

Not applicable
Author

FOUND THE MISSING COMMA! That was it! Glad it was something so simple! thanks so much Rob!