So I need to know how to write an expression that is equal to a blank field. Specifically a group field.
I am trying to write an expression in a “switch” node that does one thing if the group filed is blank.. otherwise us the string(group) they have entered.
this is what i think it should be
houdini does not agree. ifs(ch(“../Link_LinearVerts_to_points/group”) == ``, 1, 0)
ifs(ch(“../Link_LinearVerts_to_points/group”) == 0, 1, 0) - this passes syntax but does not work, it always sees the field as not equaling zero.
Thanks for your help, Ken


