Hai6123 commented on issue #29378: URL: https://github.com/apache/superset/issues/29378#issuecomment-3440893696
I faced the same problem when trying to create a dynamic bar chart, but I accidentally came up with this _WORKAROUND_ by using jinja to create **Virtual Dataset** About the context, my group by column is **"_ten_chi_nhanh_"**, my filter here is named **"_metrics2_"** with chosen value is **"_ADG_TB_"**, my code is kinda shit since it is in developing phase This is the code for the **Virtual Dataset**: <img width="527" height="244" alt="Image" src="https://github.com/user-attachments/assets/79d64ba2-27e4-44c6-b0d9-b0724de8f0d8" /> This is my returned query: <img width="777" height="419" alt="Image" src="https://github.com/user-attachments/assets/19b001c6-a435-4e57-9f7d-8c937e7d04c3" /> And this is the former query with this bug: <img width="776" height="424" alt="Image" src="https://github.com/user-attachments/assets/23737c73-95ad-4763-b778-d99a857f6b12" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
