Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Download this example:
Qlikview Cookbook: Indexing Keywords in Text http://qlikviewcookbook.com/recipes/download-info/indexing-keywords-in-text/
-Rob
Something like this maybe
If(WildMatch(Narrative, '*fraud*'), 'Fraud')
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?
Download this example:
Qlikview Cookbook: Indexing Keywords in Text http://qlikviewcookbook.com/recipes/download-info/indexing-keywords-in-text/
-Rob
Thank you all for your input, what a learning experience.