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 2017/10/20 08:04:05 UTC

[GitHub] suuuch commented on issue #520: Ability to create Label Replacement Tables

suuuch commented on issue #520: Ability to create Label Replacement Tables
URL: https://github.com/apache/incubator-superset/issues/520#issuecomment-338136341
 
 
   @mistercrunch Thanks a lot .
    And I have a new problem, I need to filter data use this column ,but SQL just like this:
   ```
   SELECT *
   FROM dwmkt.fct_fin_invest_summary
   WHERE  case sex
             when 1 then 'Female'
             when 2 then 'Male'
             else 'Unknow'
         end != case sex
             when 1 then 'Female'
             when 2 then 'Male'
             else 'Unknow'
         end
   ```
   Can you tell me how to do it , Please?
   Thanks.
   
   

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