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

Global map in sql builder

Hello everybody,

 

I have a small problem trying to use the global map in sql builder :

select * from dbo.zendesk_tickets_timestmp where id_domain = '" + (String)globalMap. get("id_domain") + "'

I have this error :

 

0683p000009M6Dy.png

 

Anyone facing or faced the same issue ?

 

Thanks in advance.

 

Sofiane

 

Labels (3)
1 Solution

Accepted Solutions
castiellll
Contributor III
Contributor III
Author

Ok, I found out the solution by taking a quick look to the java code :

"select * from dbo.zendesk_users_timestmp where id_domain   =  " + globalMap.get("id_domain")

0683p000009MACn.png

View solution in original post

1 Reply
castiellll
Contributor III
Contributor III
Author

Ok, I found out the solution by taking a quick look to the java code :

"select * from dbo.zendesk_users_timestmp where id_domain   =  " + globalMap.get("id_domain")

0683p000009MACn.png