I want to display a list of values for one property on a smart shape that is filtered by a different property on the same shape. So if I have a Container with shapes with properties that return the arrays Job List = [$25$50$26] and Ship By Month = [232] I would want the function to result in [$25 $26].
So far I have gotten to this code which isn't working =FILTER(CONTENTS."Job List"@"Ship By Month"=2)
What am I doing wrong?