You can use a clause similar to the WHERE clause in SQL to filter for individual users when you create a replication subscription in the Mobile Devices Administration Center. Enter the clause in the Subset of rows for individual users field of the Advanced Replication Subscription notebook for DataPropagator subscriptions, or Advanced Replication Subscription notebook for JDBC subscriptions.
There are limitations when you use the syntax diagram listed in this topic. These limitations include:
Filter .-logic operator AND or OR-. V | >>---| dimension |------------+-------------------------------->< dimension: |--+-column-name--IN--| subselect |-----------+-----------------| | .-,-----------. | | V | | +-(----column-name-+--)--IN--| subselect |-+ '-| simpleUnaryFilter |--------------------' subselect: |--(--| selectClause |--| fromClause |--+-----------------+-----> '-| whereClause |-' >--)------------------------------------------------------------| selectClause: .-,-----------. V | |--SELECT----column-name-+--------------------------------------| fromClause: |--FROM--| singleTableReference |-------------------------------| whereClause: |--WHERE--| simpleFilter |--------------------------------------| singleTableReference: |--+----------------+--table-name-------------------------------| '-schema-name--.-' simpleFilter: .-logic operator AND or OR-. V | |----| simpleUnaryFilter |----+---------------------------------| simpleUnaryFilter: |--+-NOT--| simpleUnaryFilter |-+-------------------------------| +-(--| simpleFilter |--)-----+ '-| simplePredicate |--------' simplePredicate: |--| expression |--| simplePredicateEnd |-----------------------| expression: |--+-| function |-+---------------------------------------------| +-column-name--+ '-| constant |-' function: |--+----------------+--function-name--(-------------------------> '-schema-name--.-' >--+--------------------+--)------------------------------------| | .-,--------------. | | V | | '---| expression |-+-' simplePredicateEnd: |--+-+-| operator |-+--| expression |----------------------+----| | '-IN-----------' | +-IS--+-----+--NULL-------------------------------------+ | '-NOT-' | '-+-----+--BETWEEN--| expression |--AND--| expression |-' '-NOT-' operator: |--+-=----+-----------------------------------------------------| +-<>---+ +->----+ +-<----+ +->=---+ +-<=---+ +-!=---+ +-!<---+ +-!>---+ '-LIKE-'
Related tasks