Best way to show data as a dropdown? Not Data filter.
Hi all,
I’m working with two data tables that I’ve joined using primary and foreign keys and they have thousands of data. My goal is to display values from these tables in dropdowns ( currently I am using ComboBoxes), and based on the selections, generate subset or transposed tables dynamically.
Currently, I’m using ComboBox to populate unique values from the data tables, but performance is quite...