In Slate I’m trying to filter an object set that is loaded in on the platform tab based on a property of that object (string property). The property can be null and I want tmy filtered object set to contain values that are null. I’m having trouble obtaining this behavior. Ive tried the following
value1 | value2 | “”
value1 | value2 | null
value1 | value2 |
Thanks,
Jordan