filter popup

I'm looking to recreate a "Show Filter" popup as seen on this dashboard under "Inspections" https://samples.dundas.com/Dashboard/d8871e58-5343-452d-b54c-234b535b6b5f?e=false&vo=viewonly. How do you get the filters on a popup to apply to the dataset on the main dashboard?


That specific sample is using a layer to hold the filters and a Change Layer interaction on the Click action of the button. Since the filters are located on the same dashboard, you don't have to do anything out of the ordinary to apply them.


If you want to use a popup instead, you will have to set up view parameters on the main dashboard and use scripts to apply the filter values to the view parameters.