<?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/127488#M8917</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:23:26 GMT</pubDate>
    <dc:creator>brucemeyers</dc:creator>
    <dc:date>2018-10-23T02:23:26Z</dc:date>
    <item>
      <title>Load data current month</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127488#M8917</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:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127488#M8917</guid>
      <dc:creator>brucemeyers</dc:creator>
      <dc:date>2018-10-23T02:23:26Z</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/127489#M8918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;First Option&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let vCurrentMonth =&amp;nbsp; Date(Today(),'MMM-YYYY');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Date(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;YourDateField&lt;/SPAN&gt;,'MMM-YYYY') = '$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;vCurrentMonth&lt;/SPAN&gt;)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or Second option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Where Date(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;YourDateField&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,'MMM-YYYY') = &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&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:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-current-month/m-p/127489#M8918</guid>
      <dc:creator>nasirsaikh</dc:creator>
      <dc:date>2018-10-23T04:42:20Z</dc:date>
    </item>
  </channel>
</rss>

