I was wondering if there was any examples of how to implement a subscription to a table that has a selector? What is required for both the client and server (data adapter)? Also, it appears that no matter what mode I select (RAW, MERGED, DISTINCT), I still receive updates at the client that have "UNCHANGED" for some elements. Why is this so? Is there a way to push all data regardless if it has changed across pushes?

Thanks