<?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 How to sort values in a column if values are time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355684#M132015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with these columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date (mm/dd/yyyy)&lt;/P&gt;&lt;P&gt;Time (hh:mm:ss)&lt;/P&gt;&lt;P&gt;Queue (plain text)&lt;/P&gt;&lt;P&gt;Count (integer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to sort the table by time. Also, i need to retrieve the earliest time where the count != 0, among other things. IS there an expression that I can use in order to retrieve this information. I would try to display this in a table box or any other apporpriate sheet object. Did I mention that I am a beginner at Qlikview as I just started using this about 3 days ago? I have tried expressions like if((Queue), if(Count&amp;gt;0, Time = Min(Time))) and other related expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or ideas would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 20:18:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-15T20:18:48Z</dc:date>
    <item>
      <title>How to sort values in a column if values are time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355684#M132015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with these columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date (mm/dd/yyyy)&lt;/P&gt;&lt;P&gt;Time (hh:mm:ss)&lt;/P&gt;&lt;P&gt;Queue (plain text)&lt;/P&gt;&lt;P&gt;Count (integer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to sort the table by time. Also, i need to retrieve the earliest time where the count != 0, among other things. IS there an expression that I can use in order to retrieve this information. I would try to display this in a table box or any other apporpriate sheet object. Did I mention that I am a beginner at Qlikview as I just started using this about 3 days ago? I have tried expressions like if((Queue), if(Count&amp;gt;0, Time = Min(Time))) and other related expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or ideas would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 20:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355684#M132015</guid>
      <dc:creator />
      <dc:date>2012-06-15T20:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort values in a column if values are time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355685#M132016</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;To pull the lowest Time value where the Count field is larger than 0, you could use the following expression:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=minstring({$&amp;lt;Count={"&amp;gt;0"}&amp;gt;} Time)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 04:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355685#M132016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T04:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort values in a column if values are time</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355686#M132017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, can you explain what the statement means? I am not exactly sure what it is saying. Also, I am just looking to pull the very first time in the table the table where the count is greater than 0. Is there some kind of looping function in Qlikview so I could loop thru the times until I find the very first time that fits the criteria? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 12:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-values-in-a-column-if-values-are-time/m-p/355686#M132017</guid>
      <dc:creator />
      <dc:date>2012-06-18T12:39:13Z</dc:date>
    </item>
  </channel>
</rss>

