How can view be copied from one array collection to another where both array collections share the same source? Apparently the only way to achieve this to call refresh on the destination array collection (with the same filter function and sort applied as that of the source array collection). But this is inefficient because the destination array collection need not be filtered and sorted since the filter status and sort position is already known in the source array collection.
Thanks.

