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
Similar requests have been brought up before in the last round of UI updates, and the decision was to keep teal.slice simple and only performs data slicing and not data manipulation such as dropping factor levels here. So the dynamic filtering would then need to occur on the module level. Happy to hear your thoughts on this @khatril@shajoezhu@donyunardi
User story:
is it possible to have dynamic updating for the encodings based on the active filters?
Here's an example of what I am asking:
Take the Kaplan Meier Plot... if I add ADSL.ARM as an active filter and click off "C: Combination", the Groups for the arm_ref_group do not get updated to omit "C: Combination" as an option.
Doing so instead results like so:
"Current ADSL data does not have observations from the reference and comparison treatments."
... which isn't unexpected, but I am wondering if instead we can have it dynamically remove filtered out values?
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:
This issue is also connected with insightsengineering/teal.goshawk#288
It boils down to whether we should use the filtered or non-filtered data for the encoding panel widget. Each widget can independently choose to use filtered or non-filtered data.
In this issue the suggestion is to make use of the filtered data for the draggable buckets widget.
Feature description
Similar requests have been brought up before in the last round of UI updates, and the decision was to keep teal.slice simple and only performs data slicing and not data manipulation such as dropping factor levels here. So the dynamic filtering would then need to occur on the module level. Happy to hear your thoughts on this @khatril @shajoezhu @donyunardi
User story:
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: