<?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 truncate date list box at today's date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624550#M1100467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the replied I have given..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 13:47:22 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-10T13:47:22Z</dc:date>
    <item>
      <title>How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624545#M1100462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a list box in my sheet for date (MM/DD/YYYY). Selecting dates on this box slices the model.&lt;/P&gt;&lt;P&gt;I have the dates there sorted in descending order, and the problem is I see future dates there on top. I have records with dates all the way up to 2016 and that's of no use for me...&lt;/P&gt;&lt;P&gt;How do I get the list box to show dates only up to current day? (that is, not today, April 10th, but the day the sheet is accessed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624545#M1100462</guid>
      <dc:creator />
      <dc:date>2014-04-10T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624546#M1100463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the best is to create other time fields like Year, Month in your script . Month(Date) as Month, Year(Date) as Year.&lt;/P&gt;&lt;P&gt;Then, the user could select 2014 and april and see only the dates for this selection by sorting the list box by descending order and state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624546#M1100463</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-04-10T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624547#M1100464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the List Box Expression... write down below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Date &amp;lt;= Today(), Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624547#M1100464</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-10T13:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624548#M1100465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;How do I get the list box to show dates only up to current day? (that is, not today, April 10th, but the day the sheet is accessed).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When you say the day the sheet is Accessed does that mean the last time the document was opened or the last time the Data were loaded like document reload time() ?&lt;/P&gt;&lt;P&gt;Otherwise it will always be the same date as of Today. Please clarify. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624548#M1100465</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-04-10T13:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624549#M1100466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I mean today, as in =today() in excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624549#M1100466</guid>
      <dc:creator />
      <dc:date>2014-04-10T13:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624550#M1100467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the replied I have given..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624550#M1100467</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-10T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624551#M1100468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this doesn't achieve the needed result. This is what I get:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="date_field.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56983_date_field.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I want:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="date_desired.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56996_date_desired.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624551#M1100468</guid>
      <dc:creator />
      <dc:date>2014-04-10T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624552#M1100469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my comment please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624552#M1100469</guid>
      <dc:creator />
      <dc:date>2014-04-10T13:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624553#M1100470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check enclosed file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624553#M1100470</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-10T13:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624554#M1100472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for this.&lt;/P&gt;&lt;P&gt;want to hear something strange? even though the model was updated today, and even after I hit "clear", it still only goes up until April 8th, not 10th. And for sure I have data in my model from today and yesterday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624554#M1100472</guid>
      <dc:creator />
      <dc:date>2014-04-10T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624555#M1100474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to check Today() function....&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor474"&gt;&lt;/A&gt;&lt;A name="today"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;today(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[timer_mode]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the current date from the system clock. The &lt;SPAN class="Italic"&gt;timer_mode&lt;/SPAN&gt; may have the following values:&lt;/P&gt;&lt;P&gt;0 Date at script run&lt;BR /&gt;1 Date at function call&lt;BR /&gt;2 Date when the document was opened&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624555#M1100474</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-10T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624556#M1100476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how should i check it?&lt;/P&gt;&lt;P&gt;I created a text object with&lt;/P&gt;&lt;P&gt;=&lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;today(&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[timer_mode]&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and it shows today's date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624556#M1100476</guid>
      <dc:creator />
      <dc:date>2014-04-10T14:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624557#M1100477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;Today()&lt;/P&gt;&lt;P&gt;Only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load you qvw file by removing all fields except the Date..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624557#M1100477</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-10T14:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624558#M1100478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;today() only yields 8/4/14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624558#M1100478</guid>
      <dc:creator />
      <dc:date>2014-04-10T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624559#M1100479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your file is on server, restart the server...&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Close the qlikview apps and reopen the file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624559#M1100479</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-10T14:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624560#M1100480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about scripting your date so that it automatically generates the date up to today:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDateFormat = 'DD-MMM-YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateDim:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date((today() - RowNo()) + 1, '$vDateFormat') as Date&lt;/P&gt;&lt;P&gt;autogenerate (3000);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624560#M1100480</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-10T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624561#M1100481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm... I closed and re-opened Qlikview and got this scary message&lt;IMG alt="inconsistency.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57008_inconsistency.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624561#M1100481</guid>
      <dc:creator />
      <dc:date>2014-04-10T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624562#M1100482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always a scary message - sometimes corruption and sometimes you are OK. You just have to hope!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624562#M1100482</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-10T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624563#M1100483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it have anything to do with the new list box with expression I added?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624563#M1100483</guid>
      <dc:creator />
      <dc:date>2014-04-10T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to truncate date list box at today's date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624564#M1100484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unlikely&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-truncate-date-list-box-at-today-s-date/m-p/624564#M1100484</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-10T15:25:48Z</dc:date>
    </item>
  </channel>
</rss>

