I’m building a workshop and I’ve run into a strange issue where I’m taking an object set and trying to filter out the objects that have a certain string property set to null. the filter seems to filter out the first “No value” attached in the first image, but there’s this other black text version of “No value” that passes through the filter (and no it’s not the literal text “No value” because when I try printing it out its just blank). the weirdest part is that i’ve tried using this (second attachment) filter which it still passes through. Is there any way to filter out that second “No value”?
You likely need to filter out the empty string in addition to null values. Unfortunately, Workshop doesn’t have a great way to use the empty string in a filter variable. As a workaround, if you filter the object set rather than creating a filter variable, you can select the empty string in the dropdown. Just click the highlighted tiny blue section in the dropdown:
It’s smaller than the rest of the suggestions because it has no text in it, but it should be there (and will likely be the first alphabetically). Once you select that, you should be able to filter it out.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.


