You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/13 18:48:48 UTC

[GitHub] rumbin commented on issue #4406: Need to use more than table in a slice and able to make List of values(LOVs) for filtering

rumbin commented on issue #4406: Need to use more than table in a slice and able to make List of values(LOVs) for filtering   
URL: https://github.com/apache/incubator-superset/issues/4406#issuecomment-365365071
 
 
   Assuming that the second table resides within the same DB, you have at least three options:
   
   * create a view in the source DB where the second table is joined in
   * do virtually the same thing via visualizing an SQLLab query where you perform the join
   * define a new column for the first table that is defined by a correlated subquery on the second column
   
   When the second table is from a different DB, I don't see any options other than integrating the two DBs via external tools like dremio.com.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services