API for quering the currently applied filters on the dashboard #25609
Replies: 4 comments 2 replies
-
I too have the same question, Is there a way to get filter state key ? |
Beta Was this translation helpful? Give feedback.
-
Has anyone found any solution? |
Beta Was this translation helpful? Give feedback.
-
@rusackas @andy-clapson - Can you please help me with this? I think you're the most important person here who can help to provide a solution if it's possible in Superset. I have also similar requirements, basically having to fetch all of the filters that the user will apply inside the Iframe dashboard that are fetched using embedded SDK. I tried one of them That would be great if I could get something similar when I'm using a dashboard in Iframe. |
Beta Was this translation helpful? Give feedback.
-
I also have a requirement to get the Cross Filters applied in a dashboard. Is there any simple solution to that? |
Beta Was this translation helpful? Give feedback.
-
Hi,
So I'm embedding Superset through iframe into the React application and what I want to do is to use filters, either the filters on the left hand side or drill down into charts and then once I filtered the data needed, I want to retrieve all the filters I applied on this dashboard through an API call. I need the currently applied filters to send it over to our own backend server and perform operation on that particular filtered dataset.
Is there already a possibility to do it?
I know there's this API
but it only seems to returning the filters applied from the left hand side filter menu, not the drilldown filters I applied through the charts. Plus I don't know whats the way to retrieve the filter key, when superset is embedded into an app.
Any suggestions are much appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions