<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Scripting Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724856#M675487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but how can i store table into variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to store multiple values in to variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Villyee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 12:25:09 GMT</pubDate>
    <dc:creator>vanderson009</dc:creator>
    <dc:date>2014-07-07T12:25:09Z</dc:date>
    <item>
      <title>Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724854#M675485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="75" style="border: 1px solid rgb(0, 0, 0); width: 196px; height: 53px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Column1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Column2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Comment&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment Column includes some Comment Sentence. Comment Sentence having some words like Column "Word" from TableB.&lt;/P&gt;&lt;P&gt;Those are having Word as frustrating or frustrated or frustration where i have to apply FLAG as CE negative,&lt;/P&gt;&lt;P&gt;Those are having Word as efficient or prompt or satisfied where i have to apply FLAG as CE positive and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the thing is that their is no linking between TableA and TableB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="100" style="border: 1px solid rgb(0, 0, 0); width: 296px; height: 79px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Tags&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Words&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CE negative&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;frustrating, frustrated, frustration&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CE positive&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;efficient, prompt, satisfied&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Staff poor&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;friendlier, rude, not pleasant&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me for this task.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Thanks and Regards,&lt;/P&gt;&lt;P&gt;Villyee Anderson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724854#M675485</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-07T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724855#M675486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could load table B into variables and use the wildmatch() function to set the flags&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724855#M675486</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T12:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724856#M675487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but how can i store table into variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to store multiple values in to variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Villyee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724856#M675487</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-07T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724857#M675488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tags&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Words&lt;/P&gt;&lt;P&gt;&amp;lt;File Location&amp;gt; (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For vCurser = 0 to NoOfRows('TableB')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vVariableName = Peek('Tags',vCurser,'TableB');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET $(vVariableName) = Peek('Tags',Words,'TableB');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next vCurser &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724857#M675488</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724858#M675489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actully WildMatch won't do this, I think you have to split up the words into separate variables and check each one using index() or substringcount() which could be handy to count the number of times you find the word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many Tags and words do you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724858#M675489</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T12:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724859#M675490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i reloaded the script, it gives me error like as...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/61865_pastedImage_0.png" style="width: 620px; height: 492px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Villyee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724859#M675490</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-07T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724860#M675491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you need to transform the Table B to one word per line so for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="100" style="border: 1px solid #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat no-repeat;" valign="middle"&gt;Tags&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat no-repeat;" valign="middle"&gt;Words&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;CE negative&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;frustrating&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;CE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;negative&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;frustrated&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;CE negative&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;frustration&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use the VLookup function on tableA field Comment to match with Field Words from TableB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724860#M675491</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-07-07T12:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724861#M675492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;around 21 Tags and each tag having minimum 10 and maximum 25 to 30 Words.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724861#M675492</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-07T12:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724862#M675493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could i apply vLookup function in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we apply vLookup even both table doesnt having link between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Regards,&lt;/P&gt;&lt;P&gt;Villyee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724862#M675493</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-07T12:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724863#M675494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because you're trying to set a variable name with a space in it.. You could use replace to remove them although I would leave that as it was for wildmatch and that won't work as far as I can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724863#M675494</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T12:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724864#M675495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a sample for the lookup function, you should try it. so first split your tags and then apply the lookup function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724864#M675495</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-07-07T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724865#M675496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and here's the code to split your words....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TableB_Temp1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Tags, Words&lt;BR /&gt;CE negative, "frustrating, frustrated, frustration" &lt;BR /&gt;CE positive, "efficient, prompt, satisfied"&lt;BR /&gt;Staff poor, "friendlier, rude, not pleasant"&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TableB_Temp2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Tags&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Words&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',1)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Word_01&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Words&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',2)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Word_02&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Words&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',3)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Word_03&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Words&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',',4)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Word_04&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Add additional lines to get you to 20+ words&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; TableB_Temp1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TableB:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Words&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; TableB_Temp2;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; TableB_Temp1,TableB_Temp2;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Words&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724865#M675496</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T13:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724866#M675497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Malek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think lookup will work in this instance as the word is in a string so it can't wildmatch it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724866#M675497</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724867#M675498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Villyee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I've gone back to using substringcount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the attached QVW will count up all the instances of your key words within the comments... Its a bit of a nasty loop so I'd just load the ID and comments like I have first and then left join your data once its completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the sums you can easily add the flag with a conditional statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unforntunaly its not fully dynamic. If more tags are added (more words are fine) you will need to update the code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724867#M675498</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724868#M675499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managed to find a solution. I've uploaded the QVW. just waiting for it to show on here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724868#M675499</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T13:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724869#M675500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCentral.Com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724869#M675500</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-07T13:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724870#M675501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Villy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 20:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724870#M675501</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-07-07T20:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724871#M675502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning Villyee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the QVW I posted resolve your question? If so can you mark the reply as ansered to help other people find help when they have a similar question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 07:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724871#M675502</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-08T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724872#M675503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning to you Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appriciate your efforts, but yet i am not achieve my task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks,&lt;/P&gt;&lt;P&gt;Villyee Anderson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724872#M675503</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-08T08:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724873#M675504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning Villyee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which aspect of the QVW I posted did not meet your needs? Maybe I can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/724873#M675504</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-07-08T09:28:45Z</dc:date>
    </item>
  </channel>
</rss>

