<?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: How to  Reload the data from 2 to 10 Years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469544#M175368</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;Test:&lt;/P&gt;&lt;P&gt;Load *,Year(Col3) As Year Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Col1,Col2,Col3,Sales&lt;/P&gt;&lt;P&gt;RO_0001,S1,4/15/2010,100&lt;/P&gt;&lt;P&gt;RO_0001,S2,3/19/2012,200&lt;/P&gt;&lt;P&gt;RO_0001,S2,1/10/2011,300&lt;/P&gt;&lt;P&gt;RO_0002,S2,3/25/2010,400&lt;/P&gt;&lt;P&gt;RO_0002,S2,8/8/2012,500&lt;/P&gt;&lt;P&gt;RO_0002,S1,10/10/2019,600&lt;/P&gt;&lt;P&gt;RO_0003,S1,12/12/2009,700&lt;/P&gt;&lt;P&gt;RO_0003,S2,10/01/2012,800&lt;/P&gt;&lt;P&gt;RO_0003,S2,06/05/2011,900&lt;/P&gt;&lt;P&gt;RO_0003,S2,05/05/2009,1000&lt;/P&gt;&lt;P&gt;] Where Col2='S2';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vValue = Input('Enter value', 'Input box');&lt;/P&gt;&lt;P&gt;Y:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load Year as Years,Col1 resident Test where Year = Year(AddYears(today(),-$(vValue)));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2012 22:07:45 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-10-05T22:07:45Z</dc:date>
    <item>
      <title>How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469536#M175360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community memers,&lt;/P&gt;&lt;P&gt;I have problem in reloading data.The end user should be given the ability to decide how much data should be loading during data refresh.&lt;/P&gt;&lt;P&gt;example: 2 or 3 years of data should be asked to the user&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 21:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469536#M175360</guid>
      <dc:creator />
      <dc:date>2012-10-04T21:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469537#M175361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rameskmcs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you wnat select the reload period from web access AJAX / IEPlugign (Acces Point) or Desktop / Server reload?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 22:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469537#M175361</guid>
      <dc:creator />
      <dc:date>2012-10-04T22:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469538#M175362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcos,&lt;/P&gt;&lt;P&gt;Thanks for your response, Actually I have 10 years of data, when the user reloads, it should ask for how many years of data you want to reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;rams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 22:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469538#M175362</guid>
      <dc:creator />
      <dc:date>2012-10-04T22:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469539#M175363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview never ask &lt;/P&gt;&lt;P&gt;Its not Possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but could b hard code like if you want ten years data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469539#M175363</guid>
      <dc:creator />
      <dc:date>2012-10-05T13:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469540#M175364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vValue = Input('Enter value', 'Input box');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Table &lt;/P&gt;&lt;P&gt;WHERE Year &amp;gt;= Year(Today(), $(vValue));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Fri, 05 Oct 2012 14:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469540#M175364</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-05T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469541#M175365</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;Thanks for your resones, but I am getting below error.can you please tell me where the problem is.My table name &lt;/P&gt;&lt;P&gt; is Treat and my Year field name is Years.I have given the input value as 3 and got the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Cannot open file 'E:\Qlikview\QV V10 Certification Project\Documentation\Treat&lt;/P&gt;&lt;P&gt;where Years&amp;gt;=Year' The filename, directory name, or volume label syntax is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;From&amp;nbsp; Treat&lt;/P&gt;&lt;P&gt;where Years&amp;gt;=Year(Today(),3) "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 17:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469541#M175365</guid>
      <dc:creator />
      <dc:date>2012-10-05T17:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469542#M175366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to change the 'From Table' line. That's just an example. Replace it with a reference to the file or an sql statement to get the data as appropriate to your situation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 17:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469542#M175366</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-05T17:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469543#M175367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Waseenar I am getting below error can you please correct me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in expression:&lt;/P&gt;&lt;P&gt;Year takes 1 parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;from [..\QVd's\Treat.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where Years&amp;gt;=Year(Today(),1999)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 18:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469543#M175367</guid>
      <dc:creator />
      <dc:date>2012-10-05T18:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469544#M175368</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;Test:&lt;/P&gt;&lt;P&gt;Load *,Year(Col3) As Year Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Col1,Col2,Col3,Sales&lt;/P&gt;&lt;P&gt;RO_0001,S1,4/15/2010,100&lt;/P&gt;&lt;P&gt;RO_0001,S2,3/19/2012,200&lt;/P&gt;&lt;P&gt;RO_0001,S2,1/10/2011,300&lt;/P&gt;&lt;P&gt;RO_0002,S2,3/25/2010,400&lt;/P&gt;&lt;P&gt;RO_0002,S2,8/8/2012,500&lt;/P&gt;&lt;P&gt;RO_0002,S1,10/10/2019,600&lt;/P&gt;&lt;P&gt;RO_0003,S1,12/12/2009,700&lt;/P&gt;&lt;P&gt;RO_0003,S2,10/01/2012,800&lt;/P&gt;&lt;P&gt;RO_0003,S2,06/05/2011,900&lt;/P&gt;&lt;P&gt;RO_0003,S2,05/05/2009,1000&lt;/P&gt;&lt;P&gt;] Where Col2='S2';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vValue = Input('Enter value', 'Input box');&lt;/P&gt;&lt;P&gt;Y:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load Year as Years,Col1 resident Test where Year = Year(AddYears(today(),-$(vValue)));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 22:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469544#M175368</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-05T22:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469545#M175369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope attached file helps you.&amp;nbsp; It works for me.&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>Sat, 06 Oct 2012 14:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469545#M175369</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-06T14:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469546#M175370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ramasamy, thanks for your response.I will try it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 21:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469546#M175370</guid>
      <dc:creator />
      <dc:date>2012-10-09T21:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469547#M175371</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 the help.&amp;nbsp; But i dont want to restrict the data initially.&amp;nbsp; I want the full data set from database.&amp;nbsp; Once the data is available in dashboard the user can choose the date range and then filter the full data set for the selected range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469547#M175371</guid>
      <dc:creator />
      <dc:date>2012-10-30T17:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469548#M175372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user select 2 or 10 years then qlikview automatically calculates for the selected years.&amp;nbsp; Can you explain what you require with an example.&lt;/P&gt;&lt;P&gt;&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>Wed, 31 Oct 2012 13:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469548#M175372</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-31T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469549#M175373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i am looking for is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using ODBC connection i am fetching the data from Oracle Database.&lt;/P&gt;&lt;P&gt;2. The fetched data is historical data&lt;/P&gt;&lt;P&gt;3. I want to create a dashboard where there user can choose the date range to filter the data ( like input to get start date and end date from dashboard ).&amp;nbsp; &lt;/P&gt;&lt;P&gt;4. Based on this input the data should be refreshed in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you are sending me an example can you send me the script related to it.&amp;nbsp;&amp;nbsp; Reason is that i am using personal edition which has some restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 18:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469549#M175373</guid>
      <dc:creator />
      <dc:date>2012-10-31T18:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469550#M175374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA file, hope it helps you.&amp;nbsp; &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>Thu, 01 Nov 2012 10:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469550#M175374</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-01T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469551#M175375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i wanted. But instead of graph i need the data to displayed for the selected period in a container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i choose 1/1/2010 - 1/1/2011 it should display only 2 rows in the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you think differently other than container please do let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps what i did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Created a Container.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Added 3 fields into the container.&amp;nbsp; Since Container does not have conditional expression so i added the expression in 3 individual fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding this i am not able to retrieve only that data range which is given in the inpuit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469551#M175375</guid>
      <dc:creator />
      <dc:date>2012-11-01T17:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469552#M175376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of adding fields in the container you add a chart(straight table) to a container.&amp;nbsp; You do not have any expressions for Container, you can just include Filter or charts in the container.&amp;nbsp; PFA hopt it helps you.&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>Fri, 02 Nov 2012 09:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469552#M175376</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-02T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469553#M175377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching my example.&amp;nbsp; In this I have the input as start_date, end_date and batch_name.&amp;nbsp; Using these 3 i should display the data for the inputted field.&lt;/P&gt;&lt;P&gt;From your example I found we need an aggregate function on field.&amp;nbsp; Let me know how I can filter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 06:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469553#M175377</guid>
      <dc:creator />
      <dc:date>2012-11-05T06:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469554#M175378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your DataModel do not have a field called VIEWCOUNT, that's why you are getting no data in chart.&amp;nbsp; Replace VIEWCOUNT field with appropriate field.&amp;nbsp; PFA.&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>Mon, 05 Nov 2012 09:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469554#M175378</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-05T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Reload the data from 2 to 10 Years</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469555#M175379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works.&amp;nbsp; Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 18:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Reload-the-data-from-2-to-10-Years/m-p/469555#M175379</guid>
      <dc:creator />
      <dc:date>2012-11-05T18:00:13Z</dc:date>
    </item>
  </channel>
</rss>

