How to implement tableau like parameters in apache superset?

53 Views Asked by At

I am a beginner in superset and I want to add tableau like parameters in superset but unable to do so. tried url parameter but couldn't implement those.

this is what i tried(given by chatgpt) SELECT * FROM kri WHERE "Source" = '{{ url_params.Source }}'

0

There are 0 best solutions below