<?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 Selection Status for minimized ListBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307776#M113652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;If(GetSelectedCount(&lt;STRONG&gt;myListBox&lt;/STRONG&gt;)&amp;gt;0,RGB(0,255,0), RGB(210,210,210))&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would work if I call the object&amp;nbsp; name (&lt;STRONG&gt;myListBox&lt;/STRONG&gt;) with a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;If(GetSelectedCount(&lt;STRONG&gt;GetCurrentObjectName()&lt;/STRONG&gt;)&amp;gt;0,RGB(0,255,0), RGB(210,210,210))&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know similar function?&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, 19 May 2011 07:18:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-19T07:18:02Z</dc:date>
    <item>
      <title>Selection Status for minimized ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307773#M113649</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;is it possible to show the Selection status of a ListBox (in this Listbox) if it is minimized without Macro or Formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can set the Title-Backgroundcolor with:&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;If(GetSelectedCount(myListBox)&amp;gt;0,RGB(0,255,0), RGB(210,210,210))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;So, if the ListBox has a selected value, then i can see that also by minimized ListBox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I if i must do it with the top Formula then i must write the Formula for all my ListBoxes and there very many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 09:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307773#M113649</guid>
      <dc:creator />
      <dc:date>2011-05-18T09:56:56Z</dc:date>
    </item>
    <item>
      <title>Selection Status for minimized ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307774#M113650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eugen. &lt;/P&gt;&lt;P&gt;Can't you use multi-box? It has a built-in color code to show if there is all values are excluded and a gree icon to show if there is selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 12:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307774#M113650</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-18T12:33:16Z</dc:date>
    </item>
    <item>
      <title>Selection Status for minimized ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307775#M113651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, i must use ListBoxes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 12:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307775#M113651</guid>
      <dc:creator />
      <dc:date>2011-05-18T12:44:58Z</dc:date>
    </item>
    <item>
      <title>Selection Status for minimized ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307776#M113652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;If(GetSelectedCount(&lt;STRONG&gt;myListBox&lt;/STRONG&gt;)&amp;gt;0,RGB(0,255,0), RGB(210,210,210))&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would work if I call the object&amp;nbsp; name (&lt;STRONG&gt;myListBox&lt;/STRONG&gt;) with a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;If(GetSelectedCount(&lt;STRONG&gt;GetCurrentObjectName()&lt;/STRONG&gt;)&amp;gt;0,RGB(0,255,0), RGB(210,210,210))&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know similar function?&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, 19 May 2011 07:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-Status-for-minimized-ListBox/m-p/307776#M113652</guid>
      <dc:creator />
      <dc:date>2011-05-19T07:18:02Z</dc:date>
    </item>
  </channel>
</rss>

