<?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: calculating differences in script by date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265937#M863651</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;maybe by changing the format pattern accordingly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245038_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148244_QlikCommunity_Thread_245038_Pic1.JPG" style="height: 311px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245038_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148245_QlikCommunity_Thread_245038_Pic2.JPG" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2017 00:10:21 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-01-04T00:10:21Z</dc:date>
    <item>
      <title>calculating differences in script by date</title>
      <link>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265934#M863648</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 am trying to create a trend line and on top of the trend line, I would prefer to have number of differences compared to the previous date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148207_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the same expression for both the bar and value on the point.&lt;/P&gt;&lt;P&gt;two exact same expression but one with bar and one with no visible chart but just value on the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so instead of the exact calculation of the number I would like to have today's number - yesterday's number.&lt;/P&gt;&lt;P&gt;I am currently using Date as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want the number of the bar to be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+30&amp;nbsp;&amp;nbsp; -20&amp;nbsp;&amp;nbsp;&amp;nbsp; +34&amp;nbsp; -12&amp;nbsp; +34 something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265934#M863648</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: calculating differences in script by date</title>
      <link>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265935#M863649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe with the above function&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8242"&gt;Missing Manual - Above() and Below()&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;In chart, it could be something as sum(Sales) - above(sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265935#M863649</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-01-03T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: calculating differences in script by date</title>
      <link>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265936#M863650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is exactly what I needed!&amp;nbsp; thanks!!&lt;/P&gt;&lt;P&gt;Can I ask you one follow up question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148213_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what it looks like now.&lt;/P&gt;&lt;P&gt;is there any way I can put a + sign in front of the positive numbers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265936#M863650</guid>
      <dc:creator />
      <dc:date>2017-01-03T18:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: calculating differences in script by date</title>
      <link>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265937#M863651</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;maybe by changing the format pattern accordingly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245038_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148244_QlikCommunity_Thread_245038_Pic1.JPG" style="height: 311px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245038_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148245_QlikCommunity_Thread_245038_Pic2.JPG" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 00:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculating-differences-in-script-by-date/m-p/1265937#M863651</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-04T00:10:21Z</dc:date>
    </item>
  </channel>
</rss>

