aeexplorer
aeexplorer copied to clipboard
Filtering on the group variable causes some unexpected behavior
Difference column is drawn with no content.
const settings = {
'variables': {
'group': 'ARM',
'filters': [ { 'value_col': 'ARM', 'label': 'Arm','type': 'participant' }: start:["Placebo"]}
};
Not sure what expected behavior is here. I guess we could:
- interactively suppress the columns for Arms when they are filtered
- not allow filters for group variables
- something else i'm not thinking of ...
@pburnsdata @samussiah @emmorris @rtbailey - Thoughts?
I don't mind option 1. So the column for an arm would only display when that arm is in the filter and the difference column would only appear when at least two are selected?