We have a repeating attribute (attribute_1) with different retrieved values from a registered table by a DQL query in the Conditional Value Assistance. This attribute shows all the values in the registered table then the user selects the values that he wants to add therefore this attribute can have more than one value. This is fine.
The problem is that we have a different repeating attribute (attribute_2) that depends on the previous selection by the user on the first attribute values (attribute_1) and the same registered table to obtain their values. We want to get those values through defining a DQL query in the Conditional Value Assistance in composer. But the value assistance shows just the first value obtained by the query even if attribute_1 have more than one.
What would be the right way to do a query for this?
is it possible in Conditional Value Assistance?
Thanks