Hey I want to formulate criteria under which an attribute is displayed. For this purpose I used the "Relevant" box. An attribute should only be displayed if a specific code was selected for a previous code attribute. For example: Attribute "Height" only appears if it is not a lying tree. I tried tree!=tree=2 (if 2=lying trees). But it did not work. Can you help? Many thanks asked 23 Jan '20, 16:12 Sabrina |
oh! I think you wrote code in wrong way. It should be like this (tree != 2 and tree !=3 ) where tree is an attribute and 2 or 3 is value that can be evaluated. you should write like this code under the box of "Height" attribute. Remember "Height" is wrong it should be "height". answered 23 Jan '20, 16:22 Rajkumar |
Dear Sabrina, answered 23 Jan '20, 17:32 Stefano (OF) ♦♦ |