Hello,
When creating web apps using "RShiny" and "javascript" in "R", I can create web apps that have drop down menu(s) along with a search option to filter the results. For example if the end user selects "county" or types county, the app will automatically update the map(s), plot(s) (for example a pie chart) and table(s) results accordingly. That way I don't have to create separate tabs/pages with these visuals for each filter object (such as county, city, census tracts and etc.).
Could such a feature be implemented in Insights?