Hi everyone,
Does anyone know how to extract from this list only the items that are of family type with the name “M_Dimension Lumber”?
Thanks in advance
Hi everyone,
Does anyone know how to extract from this list only the items that are of family type with the name “M_Dimension Lumber”?
Thanks in advance
do it with a codeblock
//via bool
x == "M_Dimension Lumber" ? true : false
i think in your case you have to convert to string f.e. like
//ToString
x+"";
KR
Andreas
you have to “feed” the codeblock! x