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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/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

Can you give us the load statement?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/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!