Picklist dependent of previous choice
Posted: Thu Mar 27, 2014 6:02 pm
I'm trying to develop a pick list that is dependent on the choices made on the previous level of the hierarchy and I'm having difficulties.
N Level Element Rules
['No01','Product']=S:('static:Red:Green');
['No02','Product']=S:('static:Violet:Purple');
1st Consolidation Level
['Lv1','Product']=S:(['static:['No01'Product']:['No02','Product']);
Now I know the 1st level consolidation level statement does not work but it expresses what I'm trying to do.
I need a pick list that will give a result that is equal to their selection from the n level options. Pick list should display Red or Violet, Green or Violet, Green or Purple, or Green and Violet - depending on the users selections on the n level.
Is this possible?
Thanks
Chris
N Level Element Rules
['No01','Product']=S:('static:Red:Green');
['No02','Product']=S:('static:Violet:Purple');
1st Consolidation Level
['Lv1','Product']=S:(['static:['No01'Product']:['No02','Product']);
Now I know the 1st level consolidation level statement does not work but it expresses what I'm trying to do.
I need a pick list that will give a result that is equal to their selection from the n level options. Pick list should display Red or Violet, Green or Violet, Green or Purple, or Green and Violet - depending on the users selections on the n level.
Is this possible?
Thanks
Chris