question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Filter by column value for strings should allow multiple values to be selected

See original GitHub issue

Currently the “Filter by column value” analysis, when working with strings, only allows filtering by one value at a time. Many users will need to filter by multiple values at a time. The multiple selector, like that used in “Predict trends and volatility” or the JOIN analysis, would be perfect here.

This format is more common: SELECT * FROM awesome_stuff WHERE name IN ('andy', 'jamon', 'raul')

Currently something like this is happening through camshaft: SELECT * FROM awesome_stuff WHERE name = 'jamon'

By allowing for multiple string values to be selected, the user will have options more similar to what is offered in the float version, which allows ranges to be selected.

To make it more advanced, we could do something like ‘strings beginning or ending with…’

The origin of this request is through a client.

cc @xavijam @rochoa

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ramiroaznarcommented, Feb 22, 2018

I have also this one https://github.com/CartoDB/solutions/issues/943 but notice that RT top priority is fixing urgent and client stuff, I am going to try to group all requests from same features into one and pass it to @alonsogarciapablo

1reaction
arianaescobarcommented, Feb 21, 2018

Don’t push it, Andy 😛

j/k, that would be cool too

Read more comments on GitHub >

github_iconTop Results From Across the Web

Filter on multiple string values
For a string field, you can create a filter that searches for multiple values by creating a comma-delimited list.
Read more >
Filter multiple values on a string column in R using Dplyr
In this article we will learn how to filter multiple values on a string column in R programming language using dplyr package.
Read more >
Create a Multiple Value Selection Parameter | Tableau Software
How to filter a view by a list of values typed in by the user. This list can be used to select multiple...
Read more >
table filter multiple values in a single columns #9439 - GitHub
I have a pretty similar case where a column is represented by an array of object (I'm using p-listbox on the edit of...
Read more >
Filter a report using query string parameters in the URL
Another way to filter on multiple fields is by creating a calculated column that concatenates two fields to a single value. Then you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found