<?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 Load the values where present date is between DATEFROM and DATETO fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429929#M96476</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried looking for this but could not find a solution&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have a requirement to load the values where present date is between DATEFROM and DATETO fields.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please help me out , What script do I use and how do I do it. I tried using the Today() with interval match function but did not work&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Below is the sample data.&lt;/P&gt;
&lt;P&gt;Input Data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grajmca_sgp123_2-1710256208736.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161828i258E2CAC21B87EBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grajmca_sgp123_2-1710256208736.png" alt="grajmca_sgp123_2-1710256208736.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Expected output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grajmca_sgp123_3-1710257074388.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161829i83A4ABDE4A22A4B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grajmca_sgp123_3-1710257074388.png" alt="grajmca_sgp123_3-1710257074388.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Rajesh G&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:01:59 GMT</pubDate>
    <dc:creator>grajmca_sgp123</dc:creator>
    <dc:date>2024-11-15T21:01:59Z</dc:date>
    <item>
      <title>Load the values where present date is between DATEFROM and DATETO fields</title>
      <link>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429929#M96476</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried looking for this but could not find a solution&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have a requirement to load the values where present date is between DATEFROM and DATETO fields.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please help me out , What script do I use and how do I do it. I tried using the Today() with interval match function but did not work&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Below is the sample data.&lt;/P&gt;
&lt;P&gt;Input Data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grajmca_sgp123_2-1710256208736.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161828i258E2CAC21B87EBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grajmca_sgp123_2-1710256208736.png" alt="grajmca_sgp123_2-1710256208736.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Expected output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grajmca_sgp123_3-1710257074388.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161829i83A4ABDE4A22A4B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grajmca_sgp123_3-1710257074388.png" alt="grajmca_sgp123_3-1710257074388.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Rajesh G&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429929#M96476</guid>
      <dc:creator>grajmca_sgp123</dc:creator>
      <dc:date>2024-11-15T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load the values where present date is between DATEFROM and DATETO fields</title>
      <link>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429936#M96479</link>
      <description>&lt;P&gt;This should be a simple where statement. Depending on whether your&amp;nbsp;&lt;SPAN&gt;DATEFROM and DATETO fields are formatted as dates or integers try one of the two:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dates:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Where&amp;nbsp;DATEFROM &amp;lt;= Today() and DATETO &amp;gt;= Today()&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Integers:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Where Date#(DATEFROM, 'YYYYMMDD') &amp;lt;= Today() and&amp;nbsp;Date#(DATETO , 'YYYYMMDD') &amp;gt;= Today()&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429936#M96479</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-03-12T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load the values where present date is between DATEFROM and DATETO fields</title>
      <link>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429952#M96481</link>
      <description>&lt;P&gt;Thank you it is working as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 16:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-the-values-where-present-date-is-between-DATEFROM-and/m-p/2429952#M96481</guid>
      <dc:creator>grajmca_sgp123</dc:creator>
      <dc:date>2024-03-12T16:28:52Z</dc:date>
    </item>
  </channel>
</rss>

