<?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: Comparing two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942813#M325012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing this in a Straight Table should be fairly easy. Make a Straight Table Chart with DImensions of ID, FIeld1, Field1.A, Date, Date.a, Value, Value.A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Chart Expression, to limit the chart to only rows that have differences would be:&lt;/P&gt;&lt;P&gt;Field1 &amp;lt;&amp;gt; Field1.A OR Date &amp;lt;&amp;gt; Date/A OR Value &amp;lt;&amp;gt; Value.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To highlight which fields are different, lick the + next to each Dim and use this for the Background Color.&lt;/P&gt;&lt;P&gt;if(Field1 &amp;lt;&amp;gt; Field1.A, yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc for the remaining DIms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 19:01:04 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-08-31T19:01:04Z</dc:date>
    <item>
      <title>Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942811#M325010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have to tables which should have exactly the same data. I need to find&amp;nbsp; the columns that don’t match base on the same ID. See examples below. Any idea what's the best way to complete this task using qlikview? I'm using QV personal edition, so please explain the method if possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Table1 &lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;ID&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;Field1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Value&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;1234&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;a14&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;12/13/15&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;$1245&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;5677&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;r12&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;3/6/15&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;$2561&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;2356&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;j36&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;2/4/13&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;$252&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;ID&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;Field1.A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;Date.A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Value.A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;1234&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;a14&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;12/13/15&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;$1245&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;5677&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;t36&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;3/16/15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;$2561&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;2356&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;j36&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="background: yellow;"&gt;12/4/13&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 4pt; border: 1pt solid #a3a3a3; border-image: none;"&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;$252&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 18:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942811#M325010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T18:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942812#M325011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to do it in the Load Script or in the GUI via a chart and expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 18:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942812#M325011</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T18:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942813#M325012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing this in a Straight Table should be fairly easy. Make a Straight Table Chart with DImensions of ID, FIeld1, Field1.A, Date, Date.a, Value, Value.A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Chart Expression, to limit the chart to only rows that have differences would be:&lt;/P&gt;&lt;P&gt;Field1 &amp;lt;&amp;gt; Field1.A OR Date &amp;lt;&amp;gt; Date/A OR Value &amp;lt;&amp;gt; Value.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To highlight which fields are different, lick the + next to each Dim and use this for the Background Color.&lt;/P&gt;&lt;P&gt;if(Field1 &amp;lt;&amp;gt; Field1.A, yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc for the remaining DIms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942813#M325012</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-08-31T19:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942814#M325013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No preference. Currently, I'm manually checking in a straight table using expression "if (Field1 = Field1.A,'Y','N')". I'm open to try other better method, either load script or chart expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942814#M325013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T19:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942815#M325014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this the output what you are expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97501_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942815#M325014</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-31T19:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942816#M325015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Load Script version of it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Field1, Date, Value&lt;/P&gt;&lt;P&gt;1234, a14, 13.12.2015, 1245&lt;/P&gt;&lt;P&gt;5677, r12, 6.3.2015, 2561&lt;/P&gt;&lt;P&gt;2356, j36, 4.2.2013, 252&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Table1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, A.Field1, A.Date, A.Value&lt;/P&gt;&lt;P&gt;1234, a14, 13.12.2015, 1245&lt;/P&gt;&lt;P&gt;5677, t36, 16.3.2015, 2561&lt;/P&gt;&lt;P&gt;2356, j36, 4.12.2013, 252&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If( Field1 &amp;lt;&amp;gt; A.Field1 , Field1 , '') AS Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If ( Date &amp;lt;&amp;gt; A.Date , Date , '' ) AS Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If ( Value &amp;lt;&amp;gt; A.Value , Value , '') AS Value,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If( Field1 &amp;lt;&amp;gt; A.Field1 , A.Field1 , '') AS A.Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If ( Date &amp;lt;&amp;gt; A.Date , A.Date , '' ) AS A.Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If ( Value &amp;lt;&amp;gt; A.Value , A.Value , '') AS A.Value&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Table1&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp; Field1 &amp;lt;&amp;gt; A.Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp; OR Date &amp;lt;&amp;gt; A.Date&lt;/P&gt;&lt;P&gt;&amp;nbsp; OR Value &amp;lt;&amp;gt; A.Value&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942816#M325015</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942817#M325016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob &lt;BR /&gt; &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;In a straight table, is there's a way to reference the column number instead of the actual field name in the expression? I'm thinking an expression like&amp;nbsp; "if( column (2) = column (3),'Y','N') " instead of "if (Field1 = Field1.A,'Y','N')". This way I don’t need to rewrite the expression every time I compare another pair of fields. I actually have a lot of field to compare…. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Yvonne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942817#M325016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T19:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942818#M325017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a Straight Table Chart - Add ID as Dimension and all Six Fields as their Names (just like the column labels on the screen shot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-08-31 #1.PNG" class="jive-image image-1" src="/legacyfs/online/97492_2015-08-31 #1.PNG" style="height: 300px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942818#M325017</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942819#M325018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use an expression exactly like that. There is&amp;nbsp; a function Column(n) where n is the column-number your want to reference...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942819#M325018</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T19:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942820#M325019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm. But it doesn't work for me,&amp;nbsp; I thought the column(n) is to refer measures only, not for dimension/field, no?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942820#M325019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T19:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942821#M325020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it is only the ID that needs to be a dimension. The Fields can be listed as expressions. The expressions does not need to be measures/metrics but can also be strings. In the example I sent you I didn't use any aggregate function around the field-names and that will work as long as you always have one and only one distinct ID for each row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 19:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-tables/m-p/942821#M325020</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T19:39:24Z</dc:date>
    </item>
  </channel>
</rss>

