sadpandajoe commented on PR #30438:
URL: https://github.com/apache/superset/pull/30438#issuecomment-2414792520

   Just a quick question, should it affect all charts if it's from the same 
database table even if one is virtual? Example here: 
http://35.88.232.227:8080/superset/dashboard/11/?native_filters_key=vORa9YtGn5rLPgi2AjgirnIJB_30m_cpUE3kzlqWFgMGjPIw3CKoFrTKjNNAUkan
   
   1. go to sql lab
   2. run the query 
   ```
   SELECT * 
   FROM covid_vaccines 
   WHERE country_name = "United States"
   ```
   3. save as a new dataset
   4. copy one of the charts that use covid_vaccines
   5. switch the dataset to the copied one
   6. put this on the covid vaccines dashboard
   7. do a cross filter on the newly created dataset chart
   
   right now following this step, all charts are affected by the virtual 
dataset.


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