27-07-2016 09:41 AM
Dear Community members,\\
Can you please give an overview idea about anyother way to hide a metaattributevalue from a dropdown based on some condition in VBScript.
This is an Actual requirement :
1. Metaattribute1 (drop down values:YEs/No ) -> if i Select yes , the other metaattribute2 (eg. it has dropdown "1,2,3, 4 ) values, any one of the value should be hide according to the condition
EXample: if i select "yes" in the metaatribute1 , it should display "1,4,3" in the metaattribute2 and other values should hide.
THank you\\
02-08-2016 06:25 AM
You can do the following:
1. Create two drop down MetaAttributes for 1234, and one with 134 give them same label.
2. Use "hiddenif" condition within the metapropertypage to hide one and show the other.