Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
adley51788
Contributor III
Contributor III

Input box string to select in field action with spaces

Hi all,

I am trying to have a user input a string to search a field for relevant information.

So far, I was able to remove the spaces and create the syntax for the action.

For example:

User searches for:

Test two

Syntax:

='(*'&replace(vInputNew,' ','*|*')&'*)'

Output in text box:

(*Test*|*two*)

What I would like to do next:

Take the user inputs and select in field action for the relevant words in a description field.

Thanks.

0 Replies