One of our assets has a number of dimension attributes - diameter, width, height etc. along with a Shape attribute. I am trying to build an expression in my Item Form that hides the width/height attributes when Shape = Circular and hide diameter when Shape =/= Circular.
I’ve been following new item form expressions help pages, mainly looking to recreate this:
I have built the following expression. The Global Alloy ID Array is taken from the “Culvert Shape Value” attribute. I have built an AQS Literal as below which returns the “Circular” culvert shape item and the String Literal is the Alloy ID of the “Circular” culvert shape item.
For some reason however, the expression builder will not let me replace the link from the AQS Literal to the Equals conditional (yes I did remove the link to the String literal); it will only let me link the String literal to the Equals conditional.