<?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: Populate data based on date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308619#M843994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample data in the original post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output should show all the Qnums which has expiration date in next 90 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table should contain&lt;/P&gt;&lt;P&gt;QNums, PNums&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example it shows all products which expires exactly in 90 days right. My requirement is it should display only those QNums which will be expired in next 90days from current date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you need more information regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 15:04:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-12T15:04:22Z</dc:date>
    <item>
      <title>Populate data based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308617#M843992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where in we need to populate Names based on the below condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a date called expire date set against each name and we need to populate the data in a table format where in it shows those names which has expire date coming up in 90 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data that are there in the application and should be shown in the table are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Expire date,&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you need more information regarding this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anupama Jagan&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/Populate-data-based-on-date/m-p/1308617#M843992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Populate data based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308618#M843993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some sample data and expected output please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD *, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(ExpireDate = Date(Today() + 90, 'MM/DD/YYYY'), 'Expiring in 90', 'InDate') AS ExpiredFlag;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Group,&amp;nbsp; Product,&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount, ExpireDate&lt;/P&gt;&lt;P&gt;a, Jam,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, 7/11/2017&lt;/P&gt;&lt;P&gt;a, chinese,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20, 7/11/2017&lt;/P&gt;&lt;P&gt;c, Frozen,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30,4/12/2017&lt;/P&gt;&lt;P&gt;c, Pickle,&amp;nbsp;&amp;nbsp; 40, 7/11/2017&lt;/P&gt;&lt;P&gt;d, Tea,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50,4/12/2017&lt;/P&gt;&lt;P&gt;d, kora,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60,12/12/2017&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159889_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 14:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308618#M843993</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-12T14:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Populate data based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308619#M843994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample data in the original post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output should show all the Qnums which has expiration date in next 90 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table should contain&lt;/P&gt;&lt;P&gt;QNums, PNums&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example it shows all products which expires exactly in 90 days right. My requirement is it should display only those QNums which will be expired in next 90days from current date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if you need more information regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308619#M843994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Populate data based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308620#M843995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308620#M843995</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-12T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Populate data based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308621#M843996</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 to create a new date in script witch is your expire date + 90 and then you can use set analysis for the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the sample attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-data-based-on-date/m-p/1308621#M843996</guid>
      <dc:creator />
      <dc:date>2017-04-12T18:32:49Z</dc:date>
    </item>
  </channel>
</rss>

