Hiding specified value in a BOM
I'm just looking to hide the value of a specific parameter value in my drawing. For example, something along the lines of
if asm_mbr_cagecode = "2233"
then asm_mbr_cagecode=" "
I have a few parts in my smart BOM that need this parameter hidden if they are a certain value.

