Zakyrel commented on PR #27073:
URL: https://github.com/apache/superset/pull/27073#issuecomment-1968751316

   Hello. 
   
   Since I declared this issue (id 27028), I upgraded my Superset to 3.1.1 to 
be able to test the fix.
   
   Let's say I want to do this query to save it as a dataset for a table chart :
   
   SELECT company.taxnumber, company.name, company.status, 
company.termination_date
   FROM company
   WHERE company.status = 'In activity'
   AND company.termination_date IS NOT NULL
   ;
   
   And I know that right now, within the data I loaded into my table, I have no 
row matching these two WHERE clauses.
   
   I would like Superset to allow me to display in my dashboard a table chart 
listing these four fields, with no result found. And later, if I have in this 
table rows matching WHERE clauses, my table chart would list them.
   
   It looks like that, with this 3.1.1 update, I can't do that.
   - The query's result is only a message saying that "The query returned no 
result".
   - When I save this query as a dataset and try to use it to create a table 
chart, I have no field available to select as columns.
   
   What do you think about this ?
   
   Best regards,


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