<?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: Show different values in ListBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474288#M694181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to create anything in the script.&amp;nbsp; Use calculated list box with expression:&lt;/P&gt;&lt;P&gt;=aggr(if(MutationValue&amp;gt;0, 'Mutation Value &amp;gt;0', if(MutationValue&amp;lt;0, 'Mutation Value &amp;lt;0')), MutationValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 13:19:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-12T13:19:36Z</dc:date>
    <item>
      <title>Show different values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474285#M694178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following ListBox to show values that are greater than 0 or smaller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43951" alt="naamloos.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/43951_naamloos.JPG" /&gt;&lt;/P&gt;&lt;P&gt;Now, I want to use this to give the user the ability to filter the MutationValue. So I want to show it in the interface.&lt;/P&gt;&lt;P&gt;But is there a possibility to show 'Mutation Value &amp;gt; 0' instead of 'MutationValue = {"&amp;gt;0"}' ?&lt;/P&gt;&lt;P&gt;Cause its pretty ugly from a designer perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following code to create this little table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13736245225434528" jivemacro_uid="_13736245225434528"&gt;&lt;P&gt;[Polarity]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; Polarity&lt;/P&gt;&lt;P&gt; MutationValue = {"&amp;gt;0"}&lt;/P&gt;&lt;P&gt; MutationValue = {"&amp;lt;0"} &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474285#M694178</guid>
      <dc:creator />
      <dc:date>2013-07-12T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show different values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474286#M694179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;up aand up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474286#M694179</guid>
      <dc:creator />
      <dc:date>2013-07-12T12:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show different values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474287#M694180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps the example in &lt;A _jive_internal="true" href="https://community.qlik.com/thread/67504"&gt;this discussion&lt;/A&gt; is what you're looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474287#M694180</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-12T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show different values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474288#M694181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to create anything in the script.&amp;nbsp; Use calculated list box with expression:&lt;/P&gt;&lt;P&gt;=aggr(if(MutationValue&amp;gt;0, 'Mutation Value &amp;gt;0', if(MutationValue&amp;lt;0, 'Mutation Value &amp;lt;0')), MutationValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 13:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-different-values-in-ListBox/m-p/474288#M694181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T13:19:36Z</dc:date>
    </item>
  </channel>
</rss>

