<?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 String Matching using loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214402#M67949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just started with QlikView development.&lt;/P&gt;&lt;P&gt;Trying to do wild card comparison for columns in two tables. I need to list out the values that are in one column but not in another.&lt;/P&gt;&lt;P style="font-style: italic"&gt;Tbl1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR height="20"&gt;&lt;TD height="20" width="83"&gt;&lt;STRONG&gt;ColumnA&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Alex Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Rob Marc&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Josh Apr&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Chris Feb&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-style: italic"&gt;Tbl2&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR height="20"&gt;&lt;TD height="20" width="91"&gt;&lt;STRONG&gt;ColumnB&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;STRONG&gt;ColumnC&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Chris&lt;/TD&gt;&lt;TD&gt;Feb&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Alex&lt;/TD&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;James&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Mike&lt;/TD&gt;&lt;TD&gt;Jun&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I am trying to come up with data in ColumnA but not in ColumnB and vice versa. I am putting this as the tablebox calculation condition, but it is not working, am I completely off course?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET NrRows = NoOfRows('Tbl1');&lt;/P&gt;&lt;P&gt;LET NrRows2 = NoOfRows('Tbl2');&lt;/P&gt;&lt;P&gt;LET k = 1;&lt;/P&gt;&lt;P&gt;DO WHILE r&amp;lt;=NrRows&lt;/P&gt;&lt;P&gt;LET i=0;&lt;/P&gt;&lt;P&gt;DO WHILE i&amp;lt;NrRows2;&lt;/P&gt;&lt;P&gt;ColumnA like ColumnB&amp;amp;'?'&amp;amp;CoumnC&amp;amp;'*' = -1&lt;/P&gt;&lt;P&gt;i=i+1;&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;k=k+1;&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 19:41:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-14T19:41:56Z</dc:date>
    <item>
      <title>String Matching using loop</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214402#M67949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just started with QlikView development.&lt;/P&gt;&lt;P&gt;Trying to do wild card comparison for columns in two tables. I need to list out the values that are in one column but not in another.&lt;/P&gt;&lt;P style="font-style: italic"&gt;Tbl1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR height="20"&gt;&lt;TD height="20" width="83"&gt;&lt;STRONG&gt;ColumnA&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Alex Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Rob Marc&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Josh Apr&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Chris Feb&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-style: italic"&gt;Tbl2&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR height="20"&gt;&lt;TD height="20" width="91"&gt;&lt;STRONG&gt;ColumnB&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&lt;STRONG&gt;ColumnC&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Chris&lt;/TD&gt;&lt;TD&gt;Feb&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Alex&lt;/TD&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;James&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20"&gt;&lt;TD height="20"&gt;Mike&lt;/TD&gt;&lt;TD&gt;Jun&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I am trying to come up with data in ColumnA but not in ColumnB and vice versa. I am putting this as the tablebox calculation condition, but it is not working, am I completely off course?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET NrRows = NoOfRows('Tbl1');&lt;/P&gt;&lt;P&gt;LET NrRows2 = NoOfRows('Tbl2');&lt;/P&gt;&lt;P&gt;LET k = 1;&lt;/P&gt;&lt;P&gt;DO WHILE r&amp;lt;=NrRows&lt;/P&gt;&lt;P&gt;LET i=0;&lt;/P&gt;&lt;P&gt;DO WHILE i&amp;lt;NrRows2;&lt;/P&gt;&lt;P&gt;ColumnA like ColumnB&amp;amp;'?'&amp;amp;CoumnC&amp;amp;'*' = -1&lt;/P&gt;&lt;P&gt;i=i+1;&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;k=k+1;&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 19:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214402#M67949</guid>
      <dc:creator />
      <dc:date>2010-04-14T19:41:56Z</dc:date>
    </item>
    <item>
      <title>String Matching using loop</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214403#M67950</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;Check the attached file.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 07:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214403#M67950</guid>
      <dc:creator />
      <dc:date>2010-04-15T07:00:54Z</dc:date>
    </item>
    <item>
      <title>String Matching using loop</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214404#M67951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sridhar,&lt;/P&gt;&lt;P&gt;Thanks. This helps and I will try to do it from the load page.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 15:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-loop/m-p/214404#M67951</guid>
      <dc:creator />
      <dc:date>2010-04-15T15:20:42Z</dc:date>
    </item>
  </channel>
</rss>

