IBM RTC 6: Dependent enumeration from a checkbox list to a dropdown not working
2 answers
Comments
Can you please use the correct terms to describe the issue - the attribute types and the presentation kinds? You said you could choose one or more values fro the source attribute, so is it of type Enumeration List? If so, I can't see how it can be a source of the dependent enumeration configuration. Of course if you use a script-base value set, it can be a bit different.
yes so, the traditional example is here in this link dependent enum, it works perfect using a drop downs selections with 1 selection, but it doesn't work with a checkbox list based on the same dependent enumeration or a drop down with multiple selections, so if the attribute is just a simple drop down works but if is a check box list based on the same enum it wont, if we have to use an scrip do you have an example?
That's the thing. How can you make a single-valued attribute into multiple-valued? Or are they separate attributes? In the referenced document, the source attribute is of type "Enumeration", which is single-valued. It would be "Enumeration List" if multi-valued. The reason I asked you to use the correct terms (e.g. Picker Enumeration List vs Drop Down with Multiple Selections) is that I can follow along your use case and see what can be changed. As you use such free form descriptions, I have a hard time understanding what is what.
1 vote