<?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 Monthly data movements using set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Monthly-data-movements-using-set-analysis/m-p/1204393#M22942</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;My data is at a monthly customer level. I would like to track customer movements between groups.&amp;nbsp; How do I do this using set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample data:&lt;/P&gt;&lt;P&gt;SnapshotMonth, Cust_ID, Segment&lt;/P&gt;&lt;P&gt;Mar-2016, 1, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 2, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 3, Affluent&lt;/P&gt;&lt;P&gt;Mar-2016, 4, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 5, Affluent&lt;/P&gt;&lt;P&gt;Mar-2016, 6, Mass&lt;/P&gt;&lt;P&gt;Jun-2016, 1, Mass&lt;/P&gt;&lt;P&gt;Jun-2016, 2, Affluent&lt;/P&gt;&lt;P&gt;Jun-2016, 3, Affluent&lt;/P&gt;&lt;P&gt;Jun-2016, 4, Established&lt;/P&gt;&lt;P&gt;Jun-2016, 5, Established&lt;/P&gt;&lt;P&gt;Jun-2016, 6, Affluent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my table to show segment movement between Mar to Jun&lt;/P&gt;&lt;P&gt;Mass -&amp;gt; Mass, 1&lt;/P&gt;&lt;P&gt;Mass -&amp;gt; Affluent, 2&lt;/P&gt;&lt;P&gt;Mass -&amp;gt; Established, 1&lt;/P&gt;&lt;P&gt;Affluent -&amp;gt; Affluent, 1&lt;/P&gt;&lt;P&gt;Affluent -&amp;gt; Established, 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the data Joined so it was on one row eg&lt;/P&gt;&lt;P&gt;Mar-2016, 1, Mass, Jun-2016, 1, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 2, Mass,Jun-2016, 2, Affluent&lt;/P&gt;&lt;P&gt;however, this is inefficient. It doesn't allow the flexibility of comparing different months unless all combinations are loaded.&lt;/P&gt;&lt;P&gt;Each month's dataset has about 2.5 million records. And the table has 100 columns.&amp;nbsp; The QVD files are large and qliksense is showing slow performance in loading data and loading visualisations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:17:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:17:05Z</dc:date>
    <item>
      <title>Monthly data movements using set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Monthly-data-movements-using-set-analysis/m-p/1204393#M22942</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;My data is at a monthly customer level. I would like to track customer movements between groups.&amp;nbsp; How do I do this using set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample data:&lt;/P&gt;&lt;P&gt;SnapshotMonth, Cust_ID, Segment&lt;/P&gt;&lt;P&gt;Mar-2016, 1, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 2, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 3, Affluent&lt;/P&gt;&lt;P&gt;Mar-2016, 4, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 5, Affluent&lt;/P&gt;&lt;P&gt;Mar-2016, 6, Mass&lt;/P&gt;&lt;P&gt;Jun-2016, 1, Mass&lt;/P&gt;&lt;P&gt;Jun-2016, 2, Affluent&lt;/P&gt;&lt;P&gt;Jun-2016, 3, Affluent&lt;/P&gt;&lt;P&gt;Jun-2016, 4, Established&lt;/P&gt;&lt;P&gt;Jun-2016, 5, Established&lt;/P&gt;&lt;P&gt;Jun-2016, 6, Affluent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my table to show segment movement between Mar to Jun&lt;/P&gt;&lt;P&gt;Mass -&amp;gt; Mass, 1&lt;/P&gt;&lt;P&gt;Mass -&amp;gt; Affluent, 2&lt;/P&gt;&lt;P&gt;Mass -&amp;gt; Established, 1&lt;/P&gt;&lt;P&gt;Affluent -&amp;gt; Affluent, 1&lt;/P&gt;&lt;P&gt;Affluent -&amp;gt; Established, 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the data Joined so it was on one row eg&lt;/P&gt;&lt;P&gt;Mar-2016, 1, Mass, Jun-2016, 1, Mass&lt;/P&gt;&lt;P&gt;Mar-2016, 2, Mass,Jun-2016, 2, Affluent&lt;/P&gt;&lt;P&gt;however, this is inefficient. It doesn't allow the flexibility of comparing different months unless all combinations are loaded.&lt;/P&gt;&lt;P&gt;Each month's dataset has about 2.5 million records. And the table has 100 columns.&amp;nbsp; The QVD files are large and qliksense is showing slow performance in loading data and loading visualisations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Monthly-data-movements-using-set-analysis/m-p/1204393#M22942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:17:05Z</dc:date>
    </item>
  </channel>
</rss>

