Can I filter a view based on a selected row in another view (not a Reference) and how?
The views have different tables, but a column in the selected row shall match within a list in the table of the other view.
Both views are inside a dashboard.
Enhanced dashboards, as I call them, are an extremely helpful thing to learn to build.
-
It involves combining together a Current_User-type slice (to hold the variables selected by the user), and a corresponding slice (or slices) to filter accordingly.
Current_User (Slice) - How to conform your app around WHO is using the app Tips & Tricks ?
One of the core basic functions, included in just about EVERY app I make, is the ability for the app to know WHO is using the app. If the app knows who’s using it, then I can easily control many different aspects of the app: Add/edit/delete permissions How data should be filtered What views are shown What buttons, or Actions, are visible Which workflows should fire off Which columns should be shown or editable etc. Requirements To accomplish this functionality in your app, you need the follo…
@HCF Even if you’re not using a dashboard, the same principle works - just that the data input view and the result view are split up.