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

Provide the same filtering options in "Select Columns" widget as in "Select Rows" #1765

Closed
smihael opened this issue Nov 19, 2016 · 2 comments
Labels

Comments

@smihael
Copy link

smihael commented Nov 19, 2016

Since #1588 was closed, I am reopening this as a separate issue (as suggested by @kernc )

Select columns widget lacks filtering options that are otherwise present when selecting rows. It would be nice if one could filter some columns out by simply checking if certain values occur. Currently this can be done only using a separate python widget, but not everyone has experience with coding.

@kernc
Copy link
Contributor

kernc commented Nov 21, 2016

If this works for rows with Select Rows, it might be possible (if cumbersome) to achieve what you want for columns by using the Transpose widget (#1738)?

@janezd
Copy link
Contributor

janezd commented Apr 10, 2019

This probably makes sense in situations in which columns are somehow related, e.g. they measure the same thing in different circumstances. For such tables, one can use the Transpose widget to switch columns and rows, then filter by rows, and transpose back.

  • Double transposing is not elegant, but the suggested functionality is far from what Select columns does currently, and it's incompatible with the current GUI. On the other hand, it's exactly the same as what Select rows does - except that it's on rows.

  • The proposed functionality would be unclear in cases when variables are of different types. The available operators would also differ for categorical, numeric and string columns (like in Select Rows: Add 'any' as variable option #2223, but there it doesn't complicate the interface from the user's perspective).

  • The issue is stalled: nobody showed interest in implementing in, neither was there any internal or other discussion.

I'm therefore closing it. If anybody is willing to propose a GUI (one solution that comes to mind is amending Select Rows widget instead of changing Select Columns) and implement it, we can reopen it (or start a new one).

@janezd janezd closed this as completed Apr 10, 2019
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

4 participants