Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced IQL - filter by previous multiple choice

Sergio Rodriguez Perez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 15, 2023

We have a field with the functionality of filter by previous field of the object. 

It's works fine if I select only one value on field: Cliente.

with the IQL: Cliente IN (${Cliente})

The problem is when I selected multiple field on Client.
I don't know  which IQL I should use, I I tried with the followings and doesn't work:

 

Cliente IN (${Cliente${0}})
Cliente IN (${Cliente})

object HAVING inR(Cliente IN (${Cliente}))
object HAVING inR(Cliente IN (${Cliente${0}}))

object HAVING outR(Cliente IN (${Cliente}))
object HAVING outR(Cliente IN (${Cliente${0}}))

 

Could you help me?

Thanks
image.pngimage.png

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events