Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHey,
I assume by null, you are just referring to the parameter on the containing composite being unset?
If that is the case, then you can just set the Enabled parameter on your filter node to {{?ParamName?}}
Where "ParamName" is the name of the parameter which you want to use to enable/disable the filter node.
The {{?ParamName?}} syntax evaluates to true if the parameter "ParamName" is set, and false otherwise.
Regards,
Tim.