<?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 Compare data expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204627#M61445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy,&lt;/P&gt;&lt;P&gt;I would do that in the load - script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD . . . IF ( (a - b) &amp;lt; 1, 'Matched', 'NoMatch') AS MATCH_COLUMN; ....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 13:40:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-29T13:40:39Z</dc:date>
    <item>
      <title>Compare data expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204626#M61444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I need to compare two data from each order line and add new column saying 'Matched' if the difference is less than 1 and 'NotMatched' if the difference is more dans 1.&lt;/P&gt;&lt;P&gt;eg: if a = 254.23 and b = 254.40 then the new column will show 'Matched'&lt;/P&gt;&lt;P&gt;if a = 135.45 and b = 137 then 'NotMatched'&lt;/P&gt;&lt;P&gt;Is it possible to do this using set analysis or in the script somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support,&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 12:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204626#M61444</guid>
      <dc:creator>guya</dc:creator>
      <dc:date>2010-11-29T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Compare data expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204627#M61445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy,&lt;/P&gt;&lt;P&gt;I would do that in the load - script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD . . . IF ( (a - b) &amp;lt; 1, 'Matched', 'NoMatch') AS MATCH_COLUMN; ....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 13:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204627#M61445</guid>
      <dc:creator />
      <dc:date>2010-11-29T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Compare data expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204628#M61446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field a &amp;amp; b are located in two different tables. What will be the LOAD synthax?&lt;/P&gt;&lt;P&gt;With many thanks&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 14:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204628#M61446</guid>
      <dc:creator>guya</dc:creator>
      <dc:date>2010-11-29T14:10:46Z</dc:date>
    </item>
    <item>
      <title>Compare data expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204629#M61447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;then you need to join (not a SQL-Join but a QV-Join) the correspondending tables temporarily together. Therefor you need a unique matching key. If you don't have it, you are in trouble. The attached sample application points into the right direction. Table1 will get a new field called Match_Col.&lt;/P&gt;&lt;P&gt;Regards Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 14:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204629#M61447</guid>
      <dc:creator />
      <dc:date>2010-11-29T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Compare data expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204630#M61448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Roland - That's works fine &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 15:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204630#M61448</guid>
      <dc:creator>guya</dc:creator>
      <dc:date>2010-11-29T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Compare data expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204631#M61449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy,&lt;/P&gt;&lt;P&gt;glad to help you. Don't hesitate to post again.&lt;/P&gt;&lt;P&gt;Would you mark my answer as the one which solved the problem, too. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 16:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-expression/m-p/204631#M61449</guid>
      <dc:creator />
      <dc:date>2010-11-29T16:34:16Z</dc:date>
    </item>
  </channel>
</rss>

