<?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 data current month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127555#M8926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; background-color: transparent;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background-color: transparent;"&gt;[Date] &amp;gt; MakeDate(2018,7,8) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;If I understand right the syntax above says if the [Date] field is greater than 7/8/2018 then load the data.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;How could I modify it to say if the [Date] field is in the current month then load the data?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2018 02:25:13 GMT</pubDate>
    <dc:creator>brucemeyers</dc:creator>
    <dc:date>2018-10-23T02:25:13Z</dc:date>
    <item>
      <title>Load data current month</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127555#M8926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; background-color: transparent;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background-color: transparent;"&gt;[Date] &amp;gt; MakeDate(2018,7,8) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;If I understand right the syntax above says if the [Date] field is greater than 7/8/2018 then load the data.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;How could I modify it to say if the [Date] field is in the current month then load the data?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 02:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127555#M8926</guid>
      <dc:creator>brucemeyers</dc:creator>
      <dc:date>2018-10-23T02:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load data current month</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127556#M8927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where month(date)&amp;gt;=month(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will look at today and find it's month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 04:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127556#M8927</guid>
      <dc:creator>sibusiso90</dc:creator>
      <dc:date>2018-10-23T04:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load data current month</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127557#M8928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Option&lt;/P&gt;&lt;P&gt;Let vCurrentMonth =&amp;nbsp; Date(Today(),'MMM-YYYY');&lt;/P&gt;&lt;P&gt;Where Date(&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDateField&lt;/SPAN&gt;,'MMM-YYYY') = '$(&lt;SPAN style="font-size: 13.3333px;"&gt;vCurrentMonth&lt;/SPAN&gt;)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Second option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where Date(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDateField&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'MMM-YYYY') = &lt;SPAN style="font-size: 13.3333px;"&gt;Date(Today(),'MMM-YYYY');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 04:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127557#M8928</guid>
      <dc:creator>nasirsaikh</dc:creator>
      <dc:date>2018-10-23T04:41:55Z</dc:date>
    </item>
  </channel>
</rss>

