<?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: Selection based on calculated field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369078#M493775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hi Miguel,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hope you’re doing well. I like your solution, thank you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Taking this a step further, how do I assign dynamic ListBox with“Always One Selected Property”? I’m not sure if this is possible...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 11:27:17 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2012-04-26T11:27:17Z</dc:date>
    <item>
      <title>Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369073#M493770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the attached QVW I have a calculated field called "Delivery Status". The value can either be "Open" or "Closed". I would like to create a list box where I can select based on this calculated value.&lt;/P&gt;&lt;P&gt;E.g. show me the "Contnr ID" that are "Open".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br. Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369073#M493770</guid>
      <dc:creator />
      <dc:date>2012-04-26T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369074#M493771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it's maybe this what you're looking for ?&lt;/P&gt;&lt;P&gt;See attached file&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369074#M493771</guid>
      <dc:creator />
      <dc:date>2012-04-26T08:28:28Z</dc:date>
    </item>
    <item>
      <title>Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369075#M493772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Giampiero,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately not. I need a list box containing the values "Open" and "Closed". When selecting "Open" all "Contnr ID" with the calculated value "Open" shall be shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 08:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369075#M493772</guid>
      <dc:creator />
      <dc:date>2012-04-26T08:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369076#M493773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new listbox with the following expression in it (select &amp;lt;Expression&amp;gt; from the Field dropdown at the very bottom)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Aggr(if(MaxString(ExtractDate) &amp;lt; Today(), 'Closed', 'Open'), [Contnr ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 09:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369076#M493773</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-26T09:06:10Z</dc:date>
    </item>
    <item>
      <title>Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369077#M493774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks. Exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 09:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369077#M493774</guid>
      <dc:creator />
      <dc:date>2012-04-26T09:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369078#M493775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hi Miguel,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hope you’re doing well. I like your solution, thank you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Taking this a step further, how do I assign dynamic ListBox with“Always One Selected Property”? I’m not sure if this is possible...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 11:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369078#M493775</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-04-26T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369079#M493776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hey Jakob-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like you, I am trying to specify whether an item is one thing or another.&amp;nbsp; In my environment, I must categorize orders into one of six "buckets" based on their order size.&amp;nbsp; I have pasted in the AGGR function that you were given by Miguel and started with only two of the buckets: &amp;lt;$1,000 and &amp;gt;$1,000.&amp;nbsp; The results in my List Box are not working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to repost your .qvw norw that it is working or at least post the expression from your List Box Properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using v10 if that matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369079#M493776</guid>
      <dc:creator />
      <dc:date>2012-04-26T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369080#M493777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if that's a bug or a WAD, but the thing is that when using expressions (or key fields) always onve value selected is not possible. It does some sense to me in the case of key fields, because of linking tables and unexpected behavior, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should open a Support case so they can guide you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369080#M493777</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-26T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection based on calculated field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369081#M493778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;Attached is the file. Hope it can help you.&lt;/P&gt;&lt;P&gt;BR. Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 07:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-based-on-calculated-field/m-p/369081#M493778</guid>
      <dc:creator />
      <dc:date>2012-04-27T07:19:19Z</dc:date>
    </item>
  </channel>
</rss>

