<?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: Greater than Duration Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288169#M868265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the expressions to filter out the items you don't want: sum(&lt;STRONG&gt;{&amp;lt;Text={"=sum([down time])&amp;gt;30/86400"}&amp;gt;}&lt;/STRONG&gt; [down time]). You could use a variable in an input box (or a slider object) to enter a number of seconds and use the variable instead of the fixed number 30: &lt;STRONG&gt;{&amp;lt;Text={"=sum([down time])&amp;gt;$(vMyVariable)/86400"}&amp;gt;}&lt;/STRONG&gt;. Note: you'd need to add the {...} part to every expression in your straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2016 13:34:29 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-12-06T13:34:29Z</dc:date>
    <item>
      <title>Greater than Duration Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288168#M868264</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;I have a lot of data where the event is avtive for a duration of time, I would like to create a function where i can look at the data "raw" and then select events where duration is greater than 30 seconds, 1 minute etc.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145760_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The column total downtime is the sum of duration, i would like to be able to show this sum for events where i have chosen the greater than 30 seconds etc.&lt;/P&gt;&lt;P&gt;Relativley new so not too experienced with detailed script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288168#M868264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than Duration Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288169#M868265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the expressions to filter out the items you don't want: sum(&lt;STRONG&gt;{&amp;lt;Text={"=sum([down time])&amp;gt;30/86400"}&amp;gt;}&lt;/STRONG&gt; [down time]). You could use a variable in an input box (or a slider object) to enter a number of seconds and use the variable instead of the fixed number 30: &lt;STRONG&gt;{&amp;lt;Text={"=sum([down time])&amp;gt;$(vMyVariable)/86400"}&amp;gt;}&lt;/STRONG&gt;. Note: you'd need to add the {...} part to every expression in your straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 13:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288169#M868265</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-06T13:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than Duration Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288170#M868266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way could be to create a listbox with an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=class(aggr(sum([down time]), Text), $(vMyVariable))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and using the variable quite similar to Gysbert's suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 13:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288170#M868266</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-06T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than Duration Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288171#M868267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The first solution works fine, i tried the variable idea but could not see where i should set this, however this will only be adjusted by me so the fixed intervall will be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Des&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 13:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-Duration-Filter/m-p/1288171#M868267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-06T13:50:02Z</dc:date>
    </item>
  </channel>
</rss>

