Vertical filtering uses the Target columns page of the Advanced Subscription Definition notebook for DB2 DataPropagator subscriptions and the Rows page of Advanced Replication Subscription notebook for JDBC subscription. To open either of these notebooks:
This section uses a sample table with 7 columns. The characteristics of this sample table are:
Column name data type nullable? default value NOTNULLINT1 INTEGER NO NOTNULLCHAR1 CHAR NO NOTNULLDATE1 DATE NO DEFAULTINT1 INT YES 1000 DEFAULTCHAR1 CHAR YES 'a' DEFAULTDATE1 DATE YES '2001-06-29' ID INTEGER NO
The ID column is the primary key.
Procedure
To vertically filter data:
The default value data-filter parameters are used by the group to provide a default value for the unsubscribed columns. Data inserted to the data source from the client will be composed of the columns of data on the client combined with default column values defined for the group to complete the rows of data inserted to the data source. The next step is to define the default value data filter parameter values.
Related tasks
Related reference