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 with these visuals for each filter object (such as county, city, census tracts and etc.).
Can such a purpose be achieved with any of the ESRI online apps?