You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/25 07:17:45 UTC

[GitHub] jackpgao opened a new issue #5482: What's the best way to duplicate a slice?

jackpgao opened a new issue #5482: What's the best way to duplicate a slice?
URL: https://github.com/apache/incubator-superset/issues/5482
 
 
   I have a table with a different tag, each tag rows needs a picture, and they belong to the different dashboard.
   
   Now I've to repeat the following steps which are boring:
   
   
   ```
   1. select * from tb where tag = ?
   2. make the SQL above a slice
   3. add the slice to a Dashboard.
   ```
   
   Is there a better way to repeat the processes?
   
   

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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org