ChunshengZhao opened a new issue, #19891:
URL: https://github.com/apache/superset/issues/19891

   Superset Version: 1.5
   
   VISUALIZATION TYPE: Partition Chart
   
   Query: GROUP BY Name,ProjectName
   Metrics: SUM(FQty)
   
   Data Results:
   
   <html xmlns:v="urn:schemas-microsoft-com:vml"
   xmlns:o="urn:schemas-microsoft-com:office:office"
   xmlns:x="urn:schemas-microsoft-com:office:excel"
   xmlns="http://www.w3.org/TR/REC-html40";>
   
   <body link="#0563C1" vlink="#954F72">
   
   Name | ProjectName | FQty
   -- | -- | --
   ZhangSan | P1 | 1
   LiSi | P2 | 1
   WangWu | N/A | 1
   
   </body>
   
   </html>
   
   
   Bug:
   Unexpected error
   "['WangWu '] not in index"
   
![图片](https://user-images.githubusercontent.com/9263377/165879483-5887ae95-5518-491b-915d-9ba8adc2934e.png)
   
   Temporary Solution:
   Filters Add: ProjectName IS NOT NULL
   
   
   


-- 
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]

Reply via email to