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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gfisch13
Creator II
Creator II

Populate a field with keywords

Hi Everyone -

I have a field that includes a written narrative.  Within that field I'd like to be able to search for certain keywords and then populate those keywords in a new field (see attachment).  How/where would something like this be done............any help is appreciated.

Thanks!

1 Solution

Accepted Solutions
5 Replies
sunny_talwar

Something like this maybe

If(WildMatch(Narrative, '*fraud*'), 'Fraud')

gfisch13
Creator II
Creator II
Author

Let me expand on this a bit.  The data source I'm using will have thousands of records, and I will have a list of keywords I'm looking for...........I can see how the statement you posted would work, but I probably should have given a better description on how I'm using the data...............guessing this will need to be completed in the script?

beck_bakytbek
Master
Master

Hi George,

look at this:

https://www.youtube.com/watch?v=rIsbfthlTE4

i hope that helps

Beck

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

gfisch13
Creator II
Creator II
Author

Thank you all for your input, what a learning experience.