Skip to content

Does array contain any of several values #314

Answered by smach
smach asked this question in Q&A
Discussion options

You must be logged in to vote

If anyone else is wondering, I used conventional JavaScript instead of a table expression since I didn't see a way to use Arquero specifically for this:

.filter(aq.escape((d) => sourceFilterValue[0] !== "All" ? sourceFilteringValue.includes(d.SourceColumn) : true) )

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by smach
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants