<?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 limit table to show data only from certain date? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588481#M1099274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By loading of data you can limit by loading minimum data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= 'From date'&amp;nbsp; and Date&amp;lt;='To date';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= '01/01/2013'&amp;nbsp; and Date &amp;lt;= Today( );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= '01/01/2013'&amp;nbsp; and Date &amp;lt;= '31/12/2013';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or script you can do like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Date &amp;gt;= {'01/01/2014'}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 03:43:51 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-17T03:43:51Z</dc:date>
    <item>
      <title>How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588478#M1099271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Date is a column in this table). I'm really newbie at this, sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 19:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588478#M1099271</guid>
      <dc:creator />
      <dc:date>2014-04-16T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588479#M1099272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want data starting from 1st January 2014....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From TableName &lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= '01/01/2014';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 19:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588479#M1099272</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-16T19:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588480#M1099273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Manish said you can limit your data from load script.&lt;/P&gt;&lt;P&gt;Another option is that you can limit data from expression in your chart, in case you just want to limit the single table while keep full data. Use set analysis to limit data in your chart expression. Like Sum({$&amp;lt;Year={ '&amp;gt;=2013'} &amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 03:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588480#M1099273</guid>
      <dc:creator />
      <dc:date>2014-04-17T03:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588481#M1099274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By loading of data you can limit by loading minimum data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= 'From date'&amp;nbsp; and Date&amp;lt;='To date';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= '01/01/2013'&amp;nbsp; and Date &amp;lt;= Today( );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= '01/01/2013'&amp;nbsp; and Date &amp;lt;= '31/12/2013';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or script you can do like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Date &amp;gt;= {'01/01/2014'}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 03:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588481#M1099274</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-17T03:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588482#M1099275</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;It is not possible to restrict data in Table box, it always displays based on the selections.&amp;nbsp; If you want to restrict then use Straight or Pivot tables, and use set analysis to restrict the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use set analysis something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For displaying Current Date (Today) data:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;DateDimensionName={'&amp;gt;=$(=Today())'}&amp;gt; } Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Current Month:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;DateDimensionName={'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())'}&amp;gt; } Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Previous Month:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;DateDimensionName={'&amp;gt;=$(=MonthStart(Today(), -1))&amp;lt;=$(=MonthEnd(Today(), -1))'}&amp;gt; } Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Current Quarter:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;DateDimensionName={'&amp;gt;=$(=QuarterStart(Today()))&amp;lt;=$(=Today())'}&amp;gt; } Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Current Year:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;DateDimensionName={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}&amp;gt; } Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 04:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588482#M1099275</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-17T04:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588483#M1099276</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;Set Analysis is better option. But, it will be hardcoded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to increase the limit, every time you have to go to extraction and change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i define in excel and then load, will it be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amol Khochare &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 04:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588483#M1099276</guid>
      <dc:creator />
      <dc:date>2014-04-17T04:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit table to show data only from certain date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588484#M1099277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put your variable in excel, modify it before reload.&lt;/P&gt;&lt;P&gt;Or you can define a variable in script, and link that variable to a slider object. then you can pick data dynamically without reloading. Ofcourse you need to load all data in at very beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 05:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-table-to-show-data-only-from-certain-date/m-p/588484#M1099277</guid>
      <dc:creator />
      <dc:date>2014-04-17T05:25:23Z</dc:date>
    </item>
  </channel>
</rss>

