aeexplorer icon indicating copy to clipboard operation
aeexplorer copied to clipboard

Filtering on the group variable causes some unexpected behavior

Open jwildfire opened this issue 7 years ago • 2 comments

Difference column is drawn with no content.

  const settings = {
        'variables': {
            'group': 'ARM',
            'filters': [ { 'value_col': 'ARM', 'label': 'Arm','type': 'participant' }: start:["Placebo"]}
        };

screen shot 2017-06-29 at 8 51 29 am

jwildfire avatar Jun 29 '17 15:06 jwildfire

Not sure what expected behavior is here. I guess we could:

  1. interactively suppress the columns for Arms when they are filtered
  2. not allow filters for group variables
  3. something else i'm not thinking of ...

@pburnsdata @samussiah @emmorris @rtbailey - Thoughts?

jwildfire avatar Aug 21 '18 17:08 jwildfire

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?

pburnsdata avatar Aug 21 '18 18:08 pburnsdata