You can use the
Where and
Having
tabs to filter data in SAS Visual Data Builder.
The SQL expression on
the
Where tab is applied to the input data.
This is often used to subset data on the columns in the source tables.
The SQL expression on
the
Having tab can be applied to either the
input data or calculated columns. This tab is typically used to subset
data on calculated columns that appear in the output table.