<?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: Doubt regarding load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068585#M944948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can also try,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14525827242536205 jive_text_macro" jivemacro_uid="_14525827242536205"&gt;
&lt;P&gt;Tablename:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;Month(Max(Date#(Date,'DD/MM/YYYY'))) as MaxDate&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Test.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vMaxDate = Peek('MaxDate');&lt;/P&gt;
&lt;P&gt;Drop Table Tablename;&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;FROM&lt;/P&gt;
&lt;P&gt;Test.qvd&lt;/P&gt;
&lt;P&gt;(qvd) where Month(Date#(Date,'DD/MM/YYYY')) = '$(vMaxDate)' ;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 07:13:06 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-01-12T07:13:06Z</dc:date>
    <item>
      <title>Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068579#M944942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am bit confuse and my doubt may sound silly, but need your help to understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data coming on daily basis and my requirement is to show the latest data for each month. I have selection on month level, so when ever i select a month the latest data should be available on the app and the previous data should be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what i am doing is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Name &lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;22/1/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;22/1/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;322&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;22/1/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;23/1/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;999&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;23/1/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;322&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;23/1/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;212&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;13/2/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;13/2/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;4332&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;13/2/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;343&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;14/2/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;14/2/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;676&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;14/2/2016&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;432&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script, i am loading the entire data into a QVD, which will have all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in application i am doing:&lt;/P&gt;&lt;P&gt;tablename:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from table.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;max(Date)&lt;/P&gt;&lt;P&gt;resident Tablename&lt;/P&gt;&lt;P&gt;group by monthname(Date);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is how i am capturing the latest data for each month.But while doing this, will all the data will be stored in to application or only the latest data will be stored ? I can see a sudden increase in size of application after implementing this logic.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any suggestion will be really helpful. &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jyothish KC&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 06:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068579#M944942</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T06:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068580#M944943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think here you are getting previous data as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Storing the whole data in a QVD is fine, I would suggest when you load the data from QVD, then only load the latest data, may be like this?&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;load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(Date)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From YourQVD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date=Date(max(Date),'YourDateFormat),&amp;nbsp;&amp;nbsp; //Syntax can be corrected&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by monthname(Date);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;//this will load only latest data&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this will help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068580#M944943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T07:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068581#M944944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Year(DATE) as Year,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Month(DATE) as Month,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MonthName(DATE) as MonthYear;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,date(Date#(Date,'DD/MM/YYYY')) as DATE Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date, Name, Amount&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22/1/2016, A, 1000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22/1/2016, B, 322&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22/1/2016, C, 234&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23/1/2016, A, 999&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23/1/2016, B, 322&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23/1/2016, C, 212&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13/2/2016, A, 123&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13/2/2016, B, 4332&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13/2/2016, C, 343&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14/2/2016, A, 222&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14/2/2016, B, 676&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14/2/2016, C, 432 ];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Left Join&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;LOAD MonthYear,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(max(DATE)) as DATE,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as MaxDateFlag&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Resident Data&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Group by MonthYear;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Now in front end You can select any Year &amp;amp; month&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Expression&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=sum({&amp;lt;MaxDateFlag={'1'}&amp;gt;}Amount)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111310_Capture.JPG" style="height: 243px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068581#M944944</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-12T07:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068582#M944945</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;Like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14525823125579079 jive_text_macro" jivemacro_uid="_14525823125579079" modifiedtitle="true"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * ,&lt;/P&gt;
&lt;P&gt;Month(Date) as Month,&lt;/P&gt;
&lt;P&gt;Num(Month(Date)) as MonthNum,&lt;/P&gt;
&lt;P&gt;Year(Date) as Year&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;Date, Name, Amount&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22/1/2016, A, 1000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22/1/2016, B, 322&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22/1/2016, C, 234&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23/1/2016, A, 999&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23/1/2016, B, 322&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23/1/2016, C, 212&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13/2/2016, A, 123&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13/2/2016, B, 4332&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13/2/2016, C, 343&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14/2/2016, A, 222&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14/2/2016, B, 676&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14/2/2016, C, 432&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14/2/2017, C, 432&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Front end:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chart Expression- &lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14525823832557524 jive_text_macro" jivemacro_uid="_14525823832557524"&gt;
&lt;P&gt;Sum( {$&amp;lt;[MonthNum] = {"$(=Max([MonthNum]))"},Year={"$(=Max(Year))"}&amp;gt;} Amount )&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068582#M944945</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-12T07:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068583#M944946</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;YOu missed Alias in the Max(Date), may be this is the reason the records are duplicating.&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;tablename:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table.qvd&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;inner join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(Date) &lt;STRONG&gt;AS Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident Tablename&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by monthname(Date);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Instead you can also try like this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;tablename:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load Date(Max(Date)) AS MaxDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table.qvd&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET vMaxDate = Date(Peek('MaxDate', 0));&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;tablename:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table.qvd&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMaxDate &lt;/SPAN&gt;)';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This method also loads data faster.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068583#M944946</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-12T07:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068584#M944947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;if you just want to load the latest Data only in application then do this like below. If you want to load all the data but in front you just want to display latest data in chart then do like in my above post&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Year(DATE) as Year,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Month(DATE) as Month,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MonthName(DATE) as MonthYear;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,date(Date#(Date,'DD/MM/YYYY')) as DATE Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date, Name, Amount&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22/1/2016, A, 1000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22/1/2016, B, 322&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;22/1/2016, C, 234&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23/1/2016, A, 999&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23/1/2016, B, 322&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;23/1/2016, C, 212&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13/2/2016, A, 123&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13/2/2016, B, 4332&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;13/2/2016, C, 343&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14/2/2016, A, 222&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14/2/2016, B, 676&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;14/2/2016, C, 432 ];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD MonthYear,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(max(DATE)) as DATE,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as MaxDateFlag&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group by MonthYear;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Final:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where MaxDateFlag='1';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Data;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068584#M944947</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-12T07:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068585#M944948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can also try,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14525827242536205 jive_text_macro" jivemacro_uid="_14525827242536205"&gt;
&lt;P&gt;Tablename:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;Month(Max(Date#(Date,'DD/MM/YYYY'))) as MaxDate&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Test.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vMaxDate = Peek('MaxDate');&lt;/P&gt;
&lt;P&gt;Drop Table Tablename;&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;FROM&lt;/P&gt;
&lt;P&gt;Test.qvd&lt;/P&gt;
&lt;P&gt;(qvd) where Month(Date#(Date,'DD/MM/YYYY')) = '$(vMaxDate)' ;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068585#M944948</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-12T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068586#M944949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush141087 agreed with you, this can be done&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing in your suggested way, we are loading previous data as well and at UI level we are restricting for our easily calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me , If I am wrong&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But, in your case will it not load the previous data included latest data as well??&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068586#M944949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T07:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068587#M944950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi by doing this way you are capturing hole data in the resultant physical table including max date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068587#M944950</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-12T07:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068588#M944951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Date) as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP BY MONTHNAME(Date);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068588#M944951</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-01-12T07:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068589#M944952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input, i have used an alias in my app. Missed to update here sorry.&lt;/P&gt;&lt;P&gt;In the above script you mentioned it will fetch only the latest data, but i want to group it on month basis. So for each month the latest data should be available. It is working fine from my approach also, but do my approach is storing the complete data ? Because my app size is increasing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068589#M944952</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068590#M944953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think ur script is fine for the latest data , could be possibility size is more because of current latest one.&lt;/P&gt;&lt;P&gt;Why don't you cross check while loading ur qvd and check latest month or date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This check will gv u clear picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068590#M944953</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-01-12T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068591#M944954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried what I have suggested?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068591#M944954</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-12T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068592#M944955</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;If you do Inner join then the records would be reduced, I think it is not storing complete data.&amp;nbsp; Debug and check the rows count after each load script, this way you can make sure that only required rows are loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 08:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068592#M944955</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-12T08:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068593#M944956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the whole data being captured using my logic ? I am trying to understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 08:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068593#M944956</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068594#M944957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the group by will not work, since there are other fields also in the table and if you use max(Date) i load statement then also it will create issues.&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068594#M944957</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T09:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068595#M944958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. In my case i don't want to do any changes at expression level and want to limit the data at script level itself. And i want to understand, do my approach is storing the whole data into the app ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068595#M944958</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068596#M944959</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;tablename:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table.qvd&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;inner join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(Date) as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident Tablename&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by monthname(Date);&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;Instead of doing the Monthname(Date) in group by it is better to create the MonthYear field while you are loading the table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I think your approach is not loading all the data as you are doing inner join but i think it will also not giving the correct results. You can modify the script like below to limit the data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tablename:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;monthname(Date) as MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table.qvd&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;inner join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(Date) as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident Tablename&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068596#M944959</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-12T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068597#M944960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your approach it will only load the latest month data.&lt;/P&gt;&lt;P&gt;I want to load the latest date for each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068597#M944960</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T09:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt regarding load</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068598#M944961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you input, Do you have any other approach to do the same ? i am bit stuck to identify the reason of sudden increase of size. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; As per my knowledge also while doing an inner join only the data corresponding to the max date should be loaded into app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-regarding-load/m-p/1068598#M944961</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-01-12T09:55:08Z</dc:date>
    </item>
  </channel>
</rss>

