<?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 Row by Row Comparison in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365740#M1173483</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;I looked at the other posts concerning similar problems, but still can get my model to work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show &lt;STRONG&gt;all &lt;/STRONG&gt;the differences per row in a table similar to the attached excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried modifying J Witherspoon's code but still no joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 14:35:42 GMT</pubDate>
    <dc:creator>joggiek</dc:creator>
    <dc:date>2012-07-24T14:35:42Z</dc:date>
    <item>
      <title>Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365740#M1173483</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;I looked at the other posts concerning similar problems, but still can get my model to work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show &lt;STRONG&gt;all &lt;/STRONG&gt;the differences per row in a table similar to the attached excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried modifying J Witherspoon's code but still no joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 14:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365740#M1173483</guid>
      <dc:creator>joggiek</dc:creator>
      <dc:date>2012-07-24T14:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365741#M1173484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste the lnk to the &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12.222222328186035px; background-color: #eef4f9;"&gt;J Witherspoon's&lt;/SPAN&gt; advice please:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 15:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365741#M1173484</guid>
      <dc:creator />
      <dc:date>2012-07-24T15:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365742#M1173485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by row by row comparison here?Can you explain it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 16:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365742#M1173485</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-24T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365743#M1173486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;,'Table 1' as Table&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;OrderItem, Customer, Amount&lt;/P&gt;&lt;P&gt;OI1, Ann, 500&lt;/P&gt;&lt;P&gt;OI2, Bob, 600&lt;/P&gt;&lt;P&gt;OI3, Charlie, 2000&lt;/P&gt;&lt;P&gt;OI4, Dennis, 200&lt;/P&gt;&lt;P&gt;OI6, Fred, 500&lt;/P&gt;&lt;P&gt;OI5, Erin, 500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;,'Table 2' as Table&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;OrderItem, Customer, Amount&lt;/P&gt;&lt;P&gt;OI2, Bobby, 600&lt;/P&gt;&lt;P&gt;OI3, Charlie, 200&lt;/P&gt;&lt;P&gt;OI4, Dennis, 200&lt;/P&gt;&lt;P&gt;OI5, Erin, 550&lt;/P&gt;&lt;P&gt;OI6, Fred, 500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (Table)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;WHERE "Only in One Table?"&lt;/P&gt;&lt;P&gt;&amp;nbsp; OR&amp;nbsp; "Customer Different?"&lt;/P&gt;&lt;P&gt;&amp;nbsp; OR&amp;nbsp; "Amount Different?"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;OrderItem&lt;/P&gt;&lt;P&gt;,if(count(OrderItem)&amp;lt;2,-1) as "Only in One Table?"&lt;/P&gt;&lt;P&gt;,if(maxstring(Customer)&amp;lt;&amp;gt;minstring(Customer),-1) as "Customer Different?"&lt;/P&gt;&lt;P&gt;,if(max(Amount)&amp;lt;&amp;gt;min(Amount),-1) as "Amount Different?"&lt;/P&gt;&lt;P&gt;RESIDENT Table&lt;/P&gt;&lt;P&gt;GROUP BY OrderItem&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365743#M1173486</guid>
      <dc:creator>joggiek</dc:creator>
      <dc:date>2012-07-24T19:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365744#M1173487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to load a few thousand rows every month, sometimes the data stays the same across all columns, other times some of the data changes, I need to only show the rows of data that has changed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365744#M1173487</guid>
      <dc:creator>joggiek</dc:creator>
      <dc:date>2012-07-24T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365745#M1173488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joggie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13437370518915631" jivemacro_uid="_13437370518915631"&gt;&lt;P&gt;Production:&lt;/P&gt;&lt;P&gt;LOAD Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&amp;amp;Field2&amp;amp;Field3 AS %Key1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Table1.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Development:&lt;/P&gt;&lt;P&gt;LOAD Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&amp;amp;Field2&amp;amp;Field3AS %Key2 &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Table2.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(%Key1,Field1&amp;amp;Field2&amp;amp;Field3)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Drop Table Production;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365745#M1173488</guid>
      <dc:creator />
      <dc:date>2012-07-31T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365746#M1173489</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;One change to the above script (which will not work properly due to automatic concatenation):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Production:&lt;BR /&gt;LOAD Field1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&amp;amp;Field2&amp;amp;Field3 AS %Key1&lt;BR /&gt;FROM&lt;BR /&gt;Table1.qvd&lt;BR /&gt;(qvd);&lt;BR /&gt; &lt;BR /&gt;Development:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;STRONG&gt;NoConcantenate&lt;/STRONG&gt;&lt;BR /&gt;LOAD Field1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&amp;amp;Field2&amp;amp;Field3AS %Key2 &lt;BR /&gt;FROM&lt;BR /&gt;Table2.qvd&lt;BR /&gt;(qvd)&lt;BR /&gt;WHERE NOT EXISTS(%Key1,Field1&amp;amp;Field2&amp;amp;Field3)&lt;BR /&gt;;&lt;BR /&gt;Drop Table Production;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365746#M1173489</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-31T12:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365747#M1173490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will work, it just creates a big dimension from the key, I thought/hoped there might be another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Joggie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365747#M1173490</guid>
      <dc:creator>joggiek</dc:creator>
      <dc:date>2012-07-31T12:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row by Row Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365748#M1173491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joggie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably dont need the %Key2 field, Just remove that line from the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 12:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-by-Row-Comparison/m-p/365748#M1173491</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-31T12:36:06Z</dc:date>
    </item>
  </channel>
</rss>

