You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple filters are set up for one dataset, each filter presents value ranges or counts of factor values, let's call them "options" generally. Now, when one filter is applied, the options in the remaining filters should change to reflect the remaining observations. Currently, all filter choices are created from the entire dataset.
For example:
MTCARS
cyl
v 4 (11)
v 6 (7)
v 8 (14)
vs
v 0 (18)
v 1 (14)
and then
MTCARS
cyl
v 4 (11)
v 6 (7)
v 8 (14)
vs
o 0 (18)
v 1 (14)
The numbers in cyl should add up to 14, not 32.
Code of Conduct
I agree to follow this project's Code of Conduct.
Contribution Guidelines
I agree to follow this project's Contribution Guidelines.
Security Policy
I agree to follow this project's Security Policy.
The text was updated successfully, but these errors were encountered:
Feature description
When multiple filters are set up for one dataset, each filter presents value ranges or counts of factor values, let's call them "options" generally. Now, when one filter is applied, the options in the remaining filters should change to reflect the remaining observations. Currently, all filter choices are created from the entire dataset.
For example:
and then
The numbers in
cyl
should add up to 14, not 32.Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: