Heya, my end goal is for people to be able to select values from the table and then the different visualisations in the dashboard filter on that selected value.
Hi, here could be a reason to not use the native Table panel, or any native Panel at all:
If it were possible to export the csv using a custom delimiter (i.e. not by adding sep=, at the top of the file but by inserting e.g. semicolons directly), then the workaround I have proposed in this link would not be necessary.
I could simply export using semicolons directly in each row. Then my German clients could just open the file with excel and not have to manually configure anything (since the standard delimiter in Germany is ;)
ECharts could enable such flexibility, and help rid us of workarounds for what seems to have been a bug in Excel since 10 years… Ideally this should be an option directly in the Grafana Export feature though.