= SPSS Filter = The '''`FILTER`''' command causes subsequent commands to be run on a subset of cases. <> ---- == Usage == {{{ filter by foo. filter off. }}} Any case with a missing or 0 value for `foo` will be excluded from subsequent commands. The cases are not deleted. Note that only one filter can be set at any time. ---- == Data Model == The `FILTER` command is queued as a pending transformation. ---- == See also == [[https://www.gnu.org/software/pspp/manual/html_node/FILTER.html|PSPP manual for FILTER]] ---- CategoryRicottone