fedecere94 opened a new issue #11345:
URL: https://github.com/apache/incubator-superset/issues/11345


   I have the following environment (a dashboard with a Table Chart):
   
   > **Database Table (the one the chart refers to):** 
   
         name     A     B     C     D
        --------------------------------
           x      1     0     0     1
           y      1     1     1     1  
           x      0     0     0     1
           y      1     1     0     1   
   
   >**Table Chart:** 
   
       name     SUM(A)
       -----------------
         x         1
         y         2
   
   ### What I want to do is: 
   add a FilterBox with the Column A, B, C, D of the table like choices and 
when the choice X (a generic one between the four choices previously cited) is 
selected, the second column of the chart should show SUM(X)
   
   _**In few words:**_ I want to change the metric of a chart based on a filter 
Box value
   
   Is this possible?


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

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