<?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: Comparison of Data ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061957#M355363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree but a complex data models hinders all here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 10:56:19 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2016-02-18T10:56:19Z</dc:date>
    <item>
      <title>Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061952#M355358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Please find the attached sample and it to has details of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061952#M355358</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-02-18T10:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061953#M355359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Tab1:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load *&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;INLINE [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Year, "Quarter Year", Sales&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2011, Q1-2011, 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2011, Q2-2011, 3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2011, Q3-2011, 4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 2011, Q4-2011, 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2012, Q1-2012, 5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 2012, Q2-2012, 12&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 2012, Q3-2012, 13&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 2012, Q4-2012, 14&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, 2013, Q1-2013, 21&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, 2013, Q2-2013, 18&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;left Join&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Q'&amp;amp;Mid([Quarter Year],2,1)&amp;amp;'-'&amp;amp;(Num(Mid([Quarter Year],4,4))+1) as [Quarter Year],&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Sales as PrioSales&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Resident Tab1;&lt;/SPAN&gt;&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061953#M355359</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-18T10:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061954#M355360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no vaules in prioir of the 2011&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061954#M355360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-18T10:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061955#M355361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tresco I need the total sum of Year to ploted against each quarter of the next year.&lt;/P&gt;&lt;P&gt;That is waht I calculated PreSales. I want to achive it at UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061955#M355361</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-02-18T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061956#M355362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its always better to move the calculations at the script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommended that you should try same logic as the example &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌ had given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061956#M355362</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-18T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061957#M355363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree but a complex data models hinders all here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061957#M355363</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-02-18T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061958#M355364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sujeet I agree too that it wont be as simple as it seems, but as a developer you should also think about end users performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keeping heaving calculations like this, may kill your application when you will have huge data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try if you can accommodate the logic in script to reduce the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 10:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061958#M355364</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-18T10:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061959#M355365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That can be done using a synthetic dimension and expression in combination with Pick() and Match(). That would be complex and with some disadvantages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061959#M355365</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-18T11:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061960#M355366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is difficult to handle this in Front end because we cannot control the axis, show data for one quarter in another quarter in chart. It should be handled in Script only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a fixed number of quarters to display in the chart then we can do this easily by using synthetic dimension since it has no relation to the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 03:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061960#M355366</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-19T03:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061961#M355367</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;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;[Quarter Year], Sales&lt;/P&gt;&lt;P&gt; INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Year, "Quarter Year", Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 2011, Q1-2011, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2011, Q2-2011, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 2011, Q3-2011, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 2011, Q4-2011, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2012, Q1-2012, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 2012, Q2-2012, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 2012, Q3-2012, 13&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 2012, Q4-2012, 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, 2013, Q1-2013, 21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, 2013, Q2-2013, 18&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearlySales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; (Year + 1) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum(Sales) as PrioSales&lt;/P&gt;&lt;P&gt;Resident Tab1&lt;/P&gt;&lt;P&gt;WHERE Exists(Year, Year +1)&lt;/P&gt;&lt;P&gt;Group BY Year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 03:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061961#M355367</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-19T03:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Data ??</title>
      <link>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061962#M355368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I discovered a way in UI. The trick is to use aggr function on Year and use Above in next expression. Thanks all specially &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌ . Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 04:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparison-of-Data/m-p/1061962#M355368</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-02-19T04:30:05Z</dc:date>
    </item>
  </channel>
</rss>

