data grid filters

0
Good afternoon I have a datagrid with a column that is the "name" in this field I have 4 lines "Pedro""Manel""francisco""joao". It is possible in the filter to write " pedro joao " and the result will be the two lines ?Good afternoon I have a datagrid with a column that is the "name" in this field I have 4 lines "Pedro""Manel""francisco""joao". It is possible in the filter to write " pedro joao " and the result will be the two lines ?
asked
1 answers
0

Hi Pedro,

What you can do is, creating a microflow and use a list operator to equal  "Pedro” and than a list operator to equal on “Joao”. Merge these two values together as one variable and you are done.

 

Hope this will help. Good luck with it,

Jan

answered