Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

active filter drilldown #747

Closed
3 tasks done
chlebowa opened this issue Oct 5, 2022 · 1 comment
Closed
3 tasks done

active filter drilldown #747

chlebowa opened this issue Oct 5, 2022 · 1 comment
Labels
core enhancement New feature or request

Comments

@chlebowa
Copy link
Contributor

chlebowa commented Oct 5, 2022

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:

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.
@chlebowa chlebowa added the enhancement New feature or request label Oct 5, 2022
@chlebowa chlebowa changed the title [Feature Request]: active filter drilldown active filter drilldown Oct 5, 2022
@donyunardi
Copy link
Contributor

Your observation is correct and we have included this scope on this our redesign filter panel discussion here:
insightsengineering/teal.slice#47 (comment)

The topic about updating the "options" count is at the bottom of this comment.

Closing as duplicate.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants