<?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 between today's date with last day's data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1972780#M80255</link>
    <description>&lt;P&gt;May be you would store last day's count in a variable and every day check the variable value and the today's value to compare it. Store the latest value back to variable.&amp;nbsp; Hope you know how to do that using qlik scripting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 04:16:30 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2022-08-25T04:16:30Z</dc:date>
    <item>
      <title>comparison between today's date with last day's data</title>
      <link>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1971895#M80177</link>
      <description>&lt;P&gt;I have requirement like count(S)= 1000 for today&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or count(s)= 985 for last day so i have to calculate the&amp;nbsp; difference between them like when data load yesterday count of s is 985 and when data load today the count of s is 1000 so difference is&amp;nbsp; 15&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and i only have s field in my data no date's and other fields present in my data&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 11:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1971895#M80177</guid>
      <dc:creator>Siddhant1</dc:creator>
      <dc:date>2022-08-23T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: comparison between today's date with last day's data</title>
      <link>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1972780#M80255</link>
      <description>&lt;P&gt;May be you would store last day's count in a variable and every day check the variable value and the today's value to compare it. Store the latest value back to variable.&amp;nbsp; Hope you know how to do that using qlik scripting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 04:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1972780#M80255</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-25T04:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: comparison between today's date with last day's data</title>
      <link>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1973421#M80301</link>
      <description>&lt;P&gt;generate two Qvd using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let vTOday=Date(TOday(),'DD-MM-YYYY');&lt;BR /&gt;Store TableName into lib://Test/TableName_$(vTOday).Qvd;&lt;/P&gt;
&lt;P&gt;i.e load it TOday then load again on TOmmorow&lt;/P&gt;
&lt;P&gt;now you have two Qvd&lt;/P&gt;
&lt;P&gt;TableName_26-08-2022.Qvd&lt;/P&gt;
&lt;P&gt;TableName_27-08-2022.Qvd&lt;/P&gt;
&lt;P&gt;not&amp;nbsp; laod From QVd and show in Bar chart.&lt;/P&gt;
&lt;P&gt;See the attached file&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 06:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1973421#M80301</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-26T06:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: comparison between today's date with last day's data</title>
      <link>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1976436#M80542</link>
      <description>&lt;P&gt;If I understood correctly, you have a field that is changing value day by day and you need to calculate the difference, but you're only receiving the latest value from the data? This means we must store the previous data in QVD format and reference that QVD for the difference calculation. You can add a new row into the QVD each day, or just whenever it changes, whichever is more convenient for you.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 14:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/comparison-between-today-s-date-with-last-day-s-data/m-p/1976436#M80542</guid>
      <dc:creator>oskartoivonen</dc:creator>
      <dc:date>2022-09-02T14:58:25Z</dc:date>
    </item>
  </channel>
</rss>

