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 2021/10/08 20:58:26 UTC

[GitHub] [superset] jinghua-qa opened a new issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

jinghua-qa opened a new issue #17043:
URL: https://github.com/apache/superset/issues/17043


   In my dataset, column value is from 0-1, when i create numerical filter using that column, i can not select on the filter range.
   
   #### How to reproduce the bug
   Precondition:
   Have column with value from 0-1
   1. Go to native filter and create numerical filter using the column with value 0-1
   2. Try adjust the filter range
   3. See error
   
   ### Expected results
   
   Numerical filter can work with column value 0-1
   
   ### Actual results
   
   Numerical filter can not be selected with column value 0-1
   
   #### Screenshots
   
   https://user-images.githubusercontent.com/81597121/136623959-08362543-dd1d-42c7-b1c9-f5f556cc2067.mov
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: chrome
   - superset version: master
   - python version: `python --version`
   - node.js version: `node -v`
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [superset] rusackas commented on issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

Posted by GitBox <gi...@apache.org>.
rusackas commented on issue #17043:
URL: https://github.com/apache/superset/issues/17043#issuecomment-1017127686


   Thanks for the PR to fix this @stevetracvc - I think your open PR solves it. Also, thanks @geido for helping that PR through. I'll assign this issue to both of you since you seem to have it in-hand :)


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [superset] stevetracvc commented on issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

Posted by GitBox <gi...@apache.org>.
stevetracvc commented on issue #17043:
URL: https://github.com/apache/superset/issues/17043#issuecomment-941143174


   This is related to an enhancement I'm proposing. The Select component has a step size option, but it isn't implemented in the UI. See #16591


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [superset] rusackas commented on issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

Posted by GitBox <gi...@apache.org>.
rusackas commented on issue #17043:
URL: https://github.com/apache/superset/issues/17043#issuecomment-999145797


   @stephenLYZ wondered if you have any insights here... 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [superset] stevetracvc edited a comment on issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

Posted by GitBox <gi...@apache.org>.
stevetracvc edited a comment on issue #17043:
URL: https://github.com/apache/superset/issues/17043#issuecomment-941143174


   This is related to an enhancement I'm proposing. The Select component has a step size option, but it isn't implemented in the UI. See #16591
   I added a step size option (to the native filter bar and the range filter plugin), and a "logarithmic" option which is useful but not fully functional


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [superset] stevetracvc edited a comment on issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

Posted by GitBox <gi...@apache.org>.
stevetracvc edited a comment on issue #17043:
URL: https://github.com/apache/superset/issues/17043#issuecomment-941143174


   This is related to an enhancement I'm proposing. The Select component has a step size option, but it isn't implemented in the UI. See #16591
   I added a step size option (to the native filter bar and the range filter plugin), and a "logarithmic" option which is useful but not fully functional


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [superset] stevetracvc commented on issue #17043: [Native filter] Numerical filter can not select when the column has value range 0-1

Posted by GitBox <gi...@apache.org>.
stevetracvc commented on issue #17043:
URL: https://github.com/apache/superset/issues/17043#issuecomment-941143174


   This is related to an enhancement I'm proposing. The Select component has a step size option, but it isn't implemented in the UI. See #16591


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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