<?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: List box: Select datetime values within a specific time frame in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436568#M484641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a listbox with the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Date&amp;lt;$(=Only(Date)),null(),Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And sort Numeric-ascending. Need select one Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or for variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Date&amp;lt;$(vDateReference),null(),Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 20:27:23 GMT</pubDate>
    <dc:creator>eddysanchez</dc:creator>
    <dc:date>2013-05-07T20:27:23Z</dc:date>
    <item>
      <title>List box: Select datetime values within a specific time frame</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436567#M484640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dashboard that includes a list box that contains the timestamp field for the records being displayed. I would like to be able to use an Advanced Search to select only those records that are more recent that a certain datetime. I thought I could do this by simply entering an expression like &lt;EM&gt;'&amp;gt; 4/30/2013 10:07:15 AM'&lt;/EM&gt; but QlikView doesn't seem to like this. I click Go and the Advanced Search dialog box remains on screen. What should the syntax be for this selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436567#M484640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-07T19:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: List box: Select datetime values within a specific time frame</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436568#M484641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a listbox with the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Date&amp;lt;$(=Only(Date)),null(),Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And sort Numeric-ascending. Need select one Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or for variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Date&amp;lt;$(vDateReference),null(),Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 20:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436568#M484641</guid>
      <dc:creator>eddysanchez</dc:creator>
      <dc:date>2013-05-07T20:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: List box: Select datetime values within a specific time frame</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436569#M484642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression should work as written. Can you post a reduced qvw with only the timestamp field sso we can take a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 01:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436569#M484642</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-05-08T01:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: List box: Select datetime values within a specific time frame</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436570#M484643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Try this in list box expression field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(ArrivalDate &amp;gt;='10/02/2013 12:00:00 AM',ArrivalDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 03:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436570#M484643</guid>
      <dc:creator />
      <dc:date>2013-05-08T03:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: List box: Select datetime values within a specific time frame</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436571#M484644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shihani_ss, that worked. Thank you. I was able to simplify it further to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;=ArrivalDate &amp;gt;='10/02/2013 12:00:00 AM'&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the advantage to doing it as an IF statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 13:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-Select-datetime-values-within-a-specific-time-frame/m-p/436571#M484644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-08T13:59:16Z</dc:date>
    </item>
  </channel>
</rss>

