Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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