<?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: Select greater than field selected in ListBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279945#M401484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep Managed to Work Thanks Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 14:53:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-02T14:53:35Z</dc:date>
    <item>
      <title>Select greater than field selected in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279941#M401480</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 currently have a List box with values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1 2 3 4 5 6 7 8 9 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want, if someone selects 8 it selects 8 and greater than 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone selects 1 it selects all available greater than and including 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 12:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279941#M401480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T12:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select greater than field selected in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279942#M401481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an OnSelect field trigger action (from settings - document properties - trigger) with an &lt;/P&gt;&lt;P&gt;Selection - Select in field action on the same field and using a search expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;=' &amp;amp; Max(FIELDNAME)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 12:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279942#M401481</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-02T12:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select greater than field selected in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279943#M401482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is great Stefan and works when a field name exists &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable in my Dashboard to get date diff as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET MonthDiff = Num(((year($2) * 12) + month($2)) - (((year($1) * 12) + month($1))) + 1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(MonthDiff(Createdate, Today()-1))-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment i can select example 0 1 2 3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I thought it would work with this but it hasn't,&lt;/SPAN&gt;Any ideas? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 12:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279943#M401482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select greater than field selected in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279944#M401483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select in this list box, you basically make a selection in field Createdate, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to use this field as field in the action and modify the search appropriately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 12:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279944#M401483</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-02T12:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select greater than field selected in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279945#M401484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep Managed to Work Thanks Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 14:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-greater-than-field-selected-in-ListBox/m-p/1279945#M401484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T14:53:35Z</dc:date>
    </item>
  </channel>
</rss>

