Hello everyone!
I am having trouble setting up a JQL using the Aql function when the value has space in the words.
Here: We have the field "IS Ubicación" and the attributes "Site" and "Tipo de Ubicación.
When I try to search for the Site it works, but the query for "Tipo de Ubicación" shows an error.
Does anyone know how it would look like in this scenario?
I'm sharing some images to make it easier to understand.
Thank you very much for your help!
you need to quote the string inside the aql function and escape the quotes.
Please try something like this:
"IS Ubicación" IN aqlFunction("\"Tipo de Ubicación\" = \"Service Center\"")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.