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: 
LuisM
Contributor III
Contributor III

Unexpected token

I have this problem, someone can help me, how to fix it?

 

LuisM_0-1650923091848.png

 

Labels (1)
4 Replies
vinieme12
Champion III
Champion III

You are missing a semicolon  (;)  here after ]

5,Palm De Mallorca,Espana

];

 

qlikCommunity1.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
LuisM
Contributor III
Contributor III
Author

Hi,

l tried with that   ]and the problem was fixed but now when l load the data it doesnt do the join and doesnt create my new table "Sitio_Oficina" that l want, why?

LuisM_0-1650983271100.png

 

 

vinieme12
Champion III
Champion III

Please post the script here, I'm not able to view the image

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
vinieme12
Champion III
Champion III

You are doing a Left Join(Empleados) Which will add data from Sitio_officina table to Empleados table

 

After the Left Join ; the columns OficinaCiudad and OficinaPais will be added to Empleados table

 

Refer this article to learn about Joins/ Keep/Concatenate

https://community.qlik.com/t5/QlikView-App-Dev/Understanding-Join-Keep-and-Concatenate/td-p/328379

 

qlikCommunity1.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.