<?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: Qlikview data load based on date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189090#M384398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can use a flag to identify the monthend dates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233491_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138096_QlikCommunity_Thread_233491_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14744102697139113" jivemacro_uid="_14744102697139113"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date=DayName(MonthEnd(Date)) as IsMonthend&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="246248" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2051-233491-1127255-246248/TB02_20160920_135042.xls"&gt;https://community.qlik.com/servlet/JiveServlet/download/1127255-246248/TB02_20160920_135042.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 22:24:44 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-09-20T22:24:44Z</dc:date>
    <item>
      <title>Qlikview data load based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189089#M384397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a load script and ran into an issue with loading data based on the first and last day of every month in a table. I have attached a copy of the table I am working with "Small Subset of data" . As you will see there is an on hand quantity for each day of a month. I need to pull the current On Hand Qty for the last day of every month so I know what the current on hand qty is for an item.&lt;/P&gt;&lt;P&gt;The app has two table boxes one that allows me to select a year and show me totals based on certain criteria for that year. The other table box breaks it out based on month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been pulling my hair out over this one and I am sure it is something simple I am overlooking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 18:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189089#M384397</guid>
      <dc:creator />
      <dc:date>2016-09-20T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview data load based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189090#M384398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can use a flag to identify the monthend dates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233491_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138096_QlikCommunity_Thread_233491_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14744102697139113" jivemacro_uid="_14744102697139113"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date=DayName(MonthEnd(Date)) as IsMonthend&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="246248" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2051-233491-1127255-246248/TB02_20160920_135042.xls"&gt;https://community.qlik.com/servlet/JiveServlet/download/1127255-246248/TB02_20160920_135042.xls&lt;/A&gt;&lt;SPAN&gt;] (biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 22:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189090#M384398</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-20T22:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview data load based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189091#M384399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;creates a calculated dimensión&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MonthEnd.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138091_MonthEnd.png" style="height: 186px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 22:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-data-load-based-on-date/m-p/1189091#M384399</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-09-20T22:33:40Z</dc:date>
    </item>
  </channel>
</rss>

