It's all about the answers!

Ask a question

Filter one enumeration attribute based on the value selected


Todd Long (1133) | asked Jan 06 '12, 12:38 p.m.
Is there a way to filter an enumerated list based on the selection of
another enumerated list? For example enum1 has Red, White, Blue as
its values. Enum2 has Red 1, Red 2, Red 3, White 1, White 2, White
3, Blue 1, etc. When I select a value from Enum1 I want Enum2 to
filter the choices accordingly. E.g., if I select Red in enum1, I
would expect to see only the values Red 1, Red 2, and Red 3 in enum2.

Comments
Surender Biyyala commented Aug 06 '14, 6:14 a.m.

yes you can achieve this

Please have a look at https://jazz.net/library/article/1093 Lab 4 for how a 'Dependent Enumeration' works

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.