You can link views together so that the contents of one view are filtered based on items selected in a driving view.
A grid view (grids only) will be automatically a driving view if any of the filter expressions in any of the zones reference the view by name. What is a zone? Any views that are drivers can be identified by the existence of the icon appearing in the top right of the view. Clicking on this icon will cause any dependent views and charts to refresh themselves based on the selection made in the driver grid view.
To make a zone dependent upon the driving view, set it up with a Filter which uses at least one condition with an expression containing the drivers view name. i.e ACCTS. When the Filter is evaluated, the view name ACCTS notation will contain the rows selected on the driving view. An example condition expression is:
AccountNum equals ACCTS.AccountNumber
Where AccountNumber is an Attribute on the driving view.
We can also drag a UID/ Primary key from a grid onto another area and it will dynamically create a background filter.