Hi,
Is it possible to create a view of a view, instead of a view of a table?
Let’s say I have a table with 100 rows, and a first view of that table that filters it to 30 rows. I would like to then make five other views of those filtered 30 rows. I want to avoid independently setting up filters in each of the five views; they should all view the same set of data, including when the first view’s filter settings change.
Thanks,
Wallace