Campo de busca em table quicksight

Olá. Eu tenho uma table simples no quicksight e nessa tabela tenho um campo chamado tag que tem várias palavras separadas por vírgula. Preciso criar um campo de filtro de busca onde o usuário possa digitar uma palavra e essa palavra será procurada na tabela e retornar as linhas que tem essa palavra.

Alguém já fez isso e poderia me ajudar por favor?

HI @lusilva
if you have a string field/filter you always have the search option.


BR

Agradeço pela resposta. Mas no meu caso, queria um campo input para o usuário digitar palavras, e caso na minha tabela tenha essa palavra em algumas coluna, fosse retornado na tabela as linhas que tem essa palavra.

Hi @lusilva
“em algumas coluna”? you would need a calculated field to combine all relevant columns.
something like:
Ifelse(contains($parameter,column1)=1 OR contains($parameter,column2)....,1,0)
and filter based on the new field
BR

1 Like

Hi @lusilva,
It’s been awhile since we last heard from you, did you have any additional questions regarding your initial topic?

If we do not hear back within the next 3 business days, I’ll close out this topic.

Thank you!

Hi @lusilva,
Since we haven’t heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.

Thank you!