Hello,
I am trying to have a use value of an enumerations to basically create another enumerations list for example.
Color 1 (enumeration) = Red , Blue, White , Green (user selects Green)
Color 2 (enumeration) = Red, Blue, White, Green (user selects Blue)
New Enumeration would
Color List = (Color 1) and (Color 2) it this case would now be only Green and Blue in the list.
So i am looking to make a value selected into a new list to use later on a different page.