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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.