Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Filtering on the group variable causes some unexpected behavior #75

Open
jwildfire opened this issue Jun 29, 2017 · 2 comments
Open

Filtering on the group variable causes some unexpected behavior #75

jwildfire opened this issue Jun 29, 2017 · 2 comments
Labels

Comments

@jwildfire
Copy link
Contributor

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
Copy link
Contributor Author

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?

@pburnsdata
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants