Free text search

Is there a way to implement free text search across fields?

Here is information on our text filters: Adding a text filter - Amazon QuickSight.

Hi, you can create a parameter control with text field sytle, and then link the parameter with multiple custom filters created for different fields. Also, making sure you are using β€œOR” to combine different filters.
Using this approach, you will be able to use the parameter control to search for multiple fields.

image

1 Like

A quicker approach might be to use concat() to create a single field which you can apply
your filter to. So you would create a new field that contains all other text fields as follows:

concat(field1, field2, field3....)

see Concat - Amazon QuickSight