Hi,
I have an insight Object, with an attribute that has an IQL Filter ("Softwares monitorizados"), this attribute only shows the Software that another object (Cliente) has linked. The filter is:
Cliente = ${Cliente}
This works well, but when I put the attribute Cliente as Multiple (more than one). The filter for the attribute Software does not work, because it cannot be applied to more than one customer. Do you know how to do it "iterative" and show the filter for each of the customers selected? I attach some images for better undersanding.
Thanks is advanced
You can use something like this:
Cliente in (${Cliente${0}})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.