<?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: View data less then or equal te selected date in Straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742196#M265018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my mistake. You also need to 'reset' the selection in the other fields:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=,Month=,MyDateField={'&amp;lt;=$(=max(MyDateField))'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;You don't need your variable vMaxDatum. Simply use $(=max(MyDateField))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 11:01:26 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-01-21T11:01:26Z</dc:date>
    <item>
      <title>View data less then or equal te selected date in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742192#M265014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table and a listbox with year and 1 with month selection.&lt;/P&gt;&lt;P&gt;I would like to see data in my straight table from the month I selected and all the previous months.&lt;/P&gt;&lt;P&gt;Is this possible. Because now if I select an Year and Month I only see the data from that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742192#M265014</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2015-01-21T10:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: View data less then or equal te selected date in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742193#M265015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be easy if you also have a date field. You can use set analysis to show the data from the selected month and previous months: sum({&amp;lt;MyDateField={'&amp;lt;=$(=max(MyDateField))'}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742193#M265015</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T10:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: View data less then or equal te selected date in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742194#M265016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a Date range selection(with min max dates) may help you regarding your problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5598"&gt;Date Selections - By Period &amp;amp;amp; Range&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742194#M265016</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-01-21T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: View data less then or equal te selected date in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742195#M265017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysebert for your reaction.&lt;/P&gt;&lt;P&gt;But as you can see in the screenshot I only see values of the selected month in my straight table.&lt;/P&gt;&lt;P&gt;The variable (vMaxDatum) is calculated as &lt;/P&gt;&lt;P&gt;=num(makedate(if( GetSelectedCount( _CalYear) &amp;gt; 0, _CalYear, max(_CalYear))&amp;nbsp; , if( GetSelectedCount( _CalMonth) &amp;gt; 0, num(_CalMonth), max(_CalMonth))&amp;nbsp; , if( GetSelectedCount( _CalDay) &amp;gt; 0, _CalDay, max(_CalDay))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Date.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75823_Date.JPG" style="height: 289px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 10:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742195#M265017</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2015-01-21T10:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: View data less then or equal te selected date in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742196#M265018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my mistake. You also need to 'reset' the selection in the other fields:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=,Month=,MyDateField={'&amp;lt;=$(=max(MyDateField))'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;You don't need your variable vMaxDatum. Simply use $(=max(MyDateField))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742196#M265018</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: View data less then or equal te selected date in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742197#M265019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I see it, it is indeed logical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-data-less-then-or-equal-te-selected-date-in-Straight-table/m-p/742197#M265019</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2015-01-21T11:06:47Z</dc:date>
    </item>
  </channel>
</rss>

