How to create Nested Lists while defining custom attributes?
Anitha Pathuri (8●9●18)
| asked Dec 01 '14, 12:27 a.m.
retagged Dec 08 '14, 2:45 p.m. by Ken Tessier (841●1●7) Hi, I need to create a Nested List as follows
Error Type: Application Batch Business Process Cognos Reports Cognos Reports - Data Cognos Reports - Enhancement Cognos Reports - Training
Please help in creating this type of list/
Thanks, Anitha
|
2 answers
Ralph Schoon (63.6k●3●36●46)
| answered Dec 01 '14, 3:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
RTC does not support nested lists as far as I can tell. The implementation of Categories and iterations are built in. You could use Enumerations but it would only appear to be nested.
Comments
Anitha Pathuri
commented Dec 01 '14, 4:03 a.m.
Yes, but let me know the steps to create such enumerations. Process Customization is explained in https://jazz.net/library/article/1093 Lab3.
Anitha Pathuri
commented Dec 01 '14, 7:27 a.m.
Thanks for the response.
Here I have a question, if we are going for dependent enumeration is it possible to display and select the value for second attribute only when "Cognos Reports" is selected in first attribute. Please comment
sam detweiler
commented Dec 01 '14, 8:41 a.m.
correct.. that is the function of the dependent enumeration. select from the 1st list, then get a second list customized to the first list.
|
For more information about configuring dependent enumerations, see Configuring a dependent enumeration value set.
Comments
Anitha Pathuri
commented Dec 09 '14, 1:01 a.m.
Hi, Thank u for the response, I have tried the same but I am having some issue over here that is when I select a value in first enumeration the corresponding values are displayed in the dependent enumeration ,but when I am selecting some other value in the first enumeration then I am getting red bubble beside of dependent enumeration with a message "The selected Value is not applicable" with the previous value selected in the dependent enumeration including the dependent values selected in the first enumeration that is selected for the second time.
Please let me know your response. Thanks, anitha This is to be expected, the dependent enumeration tells you that the value already select does not match the rules after changing the value it depends on. A user has to select a valid value.
sam detweiler
commented Dec 09 '14, 6:42 a.m.
As Ralph mentioned this is how the RTC function works. it does NOT reset the downstream values when you change something above it.
|
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.