<?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 Reduce data in qlikview application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60655#M10066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to reduce the data in qlikview application to show only last 15 days of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2018 10:21:17 GMT</pubDate>
    <dc:creator>lavanya14</dc:creator>
    <dc:date>2018-06-21T10:21:17Z</dc:date>
    <item>
      <title>Reduce data in qlikview application</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60655#M10066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to reduce the data in qlikview application to show only last 15 days of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60655#M10066</guid>
      <dc:creator>lavanya14</dc:creator>
      <dc:date>2018-06-21T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce data in qlikview application</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60656#M10067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the last 15 days and choose the Reduce data option in the File menu. Then choose the Keep Possible Values option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60656#M10067</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-06-21T10:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce data in qlikview application</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60657#M10068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying. The application has got last 3 years of data&amp;nbsp; I automatically want to reduce the data to last 15 days based on the today's date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60657#M10068</guid>
      <dc:creator>lavanya14</dc:creator>
      <dc:date>2018-06-21T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce data in qlikview application</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60658#M10069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from table.qvd(qvd)&lt;/P&gt;&lt;P&gt;where Date = '$(Today(), -15)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or to that effect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will only load the last 15 days though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60658#M10069</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2018-06-21T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce data in qlikview application</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60659#M10070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying , I had a thought of doing the same thing but the data was reduced as I expected due to some reasons. So I started looking for alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest if there is any alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60659#M10070</guid>
      <dc:creator>lavanya14</dc:creator>
      <dc:date>2018-06-21T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce data in qlikview application</title>
      <link>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60660#M10071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It all depends on your dataset. If you are using calendars and calculations that will look for information outside of the last 15 days data set, then what you should only do is make the last 15 days available but you will still need to load everything as the calculations might be using data from before these 15 days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reduce-data-in-qlikview-application/m-p/60660#M10071</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2018-06-21T11:22:43Z</dc:date>
    </item>
  </channel>
</rss>

