Unable to apply filters for individual chart embeddings, by passing filters as url params #31964
Replies: 2 comments
-
Hey @thalmis-zt 👋, I'm here to assist you with any bugs, questions, or contributions. Just give me a shout if you need help! I found a similar unsolved discussion titled Filter from url which might be relevant to your issue [1]. Regarding your issue, it seems like you are trying to apply filters to a chart by passing them as URL parameters. Superset processes the Additionally, there are specific configurations in Superset that affect the application of URL parameters for chart filters. The You might want to verify that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
@eschutho and @geido are looking into possible solutions for this... sooo... PING! |
Beta Was this translation helpful? Give feedback.
-
Bug description
I want to apply filters on the chart by passing the filters in the url as params. This is how I am doing it
Screenshots/recordings
Expected chart
What I am seeing
Superset version
4.0.2
Python version
3.10
Node version
18 or greater
Browser
Chrome
Additional context
The feature flags are
FEATURE_FLAGS = {"ALERT_REPORTS": True, "EMBEDDED_SUPERSET": True, "EMBEDDABLE_CHARTS": True, "ALLOW_ADHOC_SUBQUERY": True}
Checklist
Beta Was this translation helpful? Give feedback.
All reactions