Romain Eude
09/25/2024, 12:24 PMtable1, 3 cols c1, c2, c3
I’ve also created a sql dataset via a regular sql on top of table1 (ds1) then, I made a simple table visualisation on top it viz1
now in the dashboard dsh1, I dropped c2 as a dashboard filter
I add viz1 to dsh1 but when applying dashboard filters, viz1 doesn’t change (it doesn’t enforce AND c2 = 'xxx' for instance)
how can I make sql dataset worked equally well with filters as regular tables?Michal Hauzírek
09/26/2024, 2:05 PMRomain Eude
09/26/2024, 2:25 PM