I'm looking to build a dashboard page that acts as a starting point / search bar. e.g., we have a list of 10k values, and our users don't know what's in that list of values but would like to see if their value of interest is on the list. Then, if it is, they can select that value and be transported to another dashboard that has visualizations filtered to describe their selected value.
I understand I could do this functionally by creating a single-select filter in the filter bar, and if a user picks a selection from the suggested drop down, I can use that to filter a data table visualization on that search bar page. then someone would need to click the right value in the data table, which i can set up to cross filter over to another dashboard.
this feels like a very roundabout way to achieve the search-bar UI I have in my minds eye. any ideas or tups here?