Forum Discussion
Anonymous
6 years agoNot applicable
Multiple Search
I have a table with columns Firstname,middlename and lastname , implemented text filter to search. How can I implement multiple search that allows user to enter a word and it should fetch among all ...
AlB
6 years agoCommunity Champion
Hi Anonymous
You can create a measure that checks whether the term is in any of the three columns and apply it as a visual filter. The visual would be a table with all three columns
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers ![]()
- Anonymous6 years agoNot applicable
I tried to create the measure but unable to apply it to the visual filter.