Relative Content

Tag Archive for apache-superset

How can I create chart from a custom query?

I have created a query that executes without error in the SQL Lab. I want to test creating a chart with the returned results. I am getting the following error when I attempt to create the chart:

Apache Superset (v 4.0.2) not showing options when i use “IN” operator in a filter

While adding a filter to a chart I’m creating, I expect to see a dropdown menu with all the options from the column I choose when I select the ‘IN’ operator. However, in my case, the dropdown is blank, so I have to type all the values manually, which is time-consuming and prone to errors. Is anyone else experiencing the same problem?

How to Hide Specific Parts of a Superset Chart in an Embedded Iframe (Without standalone Flag)?

I’m trying to integrate an Apache Superset chart into my web application using an iframe.
When I set standalone=1 in the iframe URL, it shows only the chart, which is great, but I need more flexibility. If I don’t use the standalone flag, the entire Superset page is loaded within the iframe (including the full Superset UI like the chart source and header).
My use case requires me to: