<?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 data from one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919088#M986294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added some sample data, the application and the end expected result in the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 21:56:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-29T21:56:40Z</dc:date>
    <item>
      <title>Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919081#M986286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will start with my data model, I only have one table, Transactions, and the Master Calendar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;Load&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; previous_event_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trans_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; barcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; item_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; item_type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; operator,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event_day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour(timestamp) as hour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table contains all the transactions from each event, every year the event might reoccur, but it is never on the same date, that is why I count each day of the event in the event_day field (1, 2, 3, 4...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create three charts: 1. dimension: hour,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expression: count({&amp;lt;item_type={'P'}&amp;gt;}item_id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;dimension: location,&amp;nbsp; expression: count({&amp;lt;item_type={'P'}&amp;gt;}item_id)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;dimension: operator,&amp;nbsp; expression: count({&amp;lt;item_type={'P'}&amp;gt;}item_id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give you an example:&lt;/P&gt;&lt;P&gt;2014: event_id = 258&lt;/P&gt;&lt;P&gt;2015: event_id = 374, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;previous_event_id = 258&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did get it to kind of work, I did a resident load from Transactions table:&lt;/P&gt;&lt;P&gt;Transactions_previous:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; event_id as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;previous_event_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trans_id as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;trans_id_prev&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;barcode as &lt;/SPAN&gt;barcode_prev,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;item_id as &lt;/SPAN&gt;item_id_prev,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;item_type as &lt;/SPAN&gt;item_type_prev,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;location &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;as &lt;/SPAN&gt;location_prev,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;operator as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;operator_prev&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event_day,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hour,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;timestamp_prev&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Resident &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Transactions;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;This creates a synthetic key:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;$Syn 1 Table:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;previous_event_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;event_day,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hour;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I only created the hourly comparison and ran into an issue&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94340" alt="hourly.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94340_hourly.PNG" style="height: 265px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Looks really good, but in 2014 there were transactions after 20:00 pm, so it only took the hours from the selected event_id.&lt;/P&gt;&lt;P&gt;this is the expression that I used for 2015: count({&amp;lt;item_type={'P'}&amp;gt;}item_id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for 2014: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;count({&amp;lt;item_type_prev={'P'}&amp;gt;}item_id_prev) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Smaranda Fetila I added some sample data (Transactions.xlsx) and my application (Event_Transactions.qvw) and the second application showing what I tried doing with the resident load (Event_Transactions - Resident Load.qvw), any help would be appreciated! I don't have much experience with QlikView, if I did something wrong please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Smaranda Fetila
Also the end result is showed in the application with some images.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 23:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919081#M986286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T23:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919082#M986288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some sample data to work with and the expected result???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 01:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919082#M986288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T01:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919083#M986289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need this second resident load. The different years could you fetch per set analysis like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt; year = {2015}&amp;gt;} item_id) &lt;/P&gt;&lt;P&gt;count({&amp;lt; year = {2014}&amp;gt;} item_id) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or more dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt; year = {"$(=max(year))"}&amp;gt;} item_id) // current year based on selections&lt;/P&gt;&lt;P&gt;count({&amp;lt; year = {"$(=max(year)-1)"}&amp;gt;} item_id) // previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further I suggest to remove the timestamp and split it into two fields like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(timestamp)) as date,&lt;/P&gt;&lt;P&gt;time(frac(timestamp)) as time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to use a Master-Time-Table - see here for more informations about date-fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 10:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919083#M986289</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-29T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919084#M986290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide sample data and desired output you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankit Bisht&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 10:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919084#M986290</guid>
      <dc:creator>ankitbisht01</dc:creator>
      <dc:date>2015-07-29T10:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919085#M986291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any reason for not renaming&lt;/P&gt;&lt;P&gt;event_day,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hour fields?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I think you only need to keep them the same if you want to join both the tables otherwise rename them . that shouuld get rid of the synthetic key issue and hopefully give you your results..&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;It will be really great, if you could attach a sample so that people could come up with a good solution to your issue&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HTH&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 11:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919085#M986291</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-29T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919086#M986292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;I tried what you recommended, but when I select the event_id that I want to see it basically compares the data from this year to the same data. Don't I have to differentiate it somehow? &lt;/P&gt;&lt;P&gt;I attached some sample data and the application, could you take a look at it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 21:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919086#M986292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T21:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919087#M986293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the hourly comparison I need all three fields in common. Without the synthetic key it wouldn't compare the right data, would it? I attached some sample data and the app, could you take a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smaranda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 21:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919087#M986293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T21:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919088#M986294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added some sample data, the application and the end expected result in the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 21:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919088#M986294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T21:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919089#M986295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I added some sample data, the application and the end expected result in the application.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 21:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919089#M986295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T21:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data from one table</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919090#M986296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I couldn't look into your examples but I think you have with your one table everything what you need to make your calculations. I suggest you have a look on what set analysis is and how it worked - it's really powerful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you should definitely avoid synthetic keys - see why and how you get started with qlik datamodels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-from-one-table/m-p/919090#M986296</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-30T06:12:01Z</dc:date>
    </item>
  </channel>
</rss>

