cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

hide a metaattributevalue

Arunas
Trusted Contributor

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\\

 

1 Reply

imrankhatyan
Trusted Contributor

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.