<?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: List box with alternate states.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613673#M226436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Use set analysis in an =Concat expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the unique textbox I would suggest using something like&lt;/P&gt;&lt;P&gt;=Concat({one-two-three) Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for the common products:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat({one*two} Product)&lt;/P&gt;&lt;P&gt;=Concat({two*three} Product) etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 10:22:59 GMT</pubDate>
    <dc:creator>simondachstr</dc:creator>
    <dc:date>2014-04-08T10:22:59Z</dc:date>
    <item>
      <title>List box with alternate states..</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613672#M226435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 list boxes with the same field such as i have product field list box three times having different alternate states to each 1 of them.&lt;/P&gt;&lt;P&gt;Product(1) list box have alternate state "one"&lt;/P&gt;&lt;P&gt;Product(2) list box have alternate state "two"&lt;/P&gt;&lt;P&gt;Product(3) list box have alternate state "three"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for this i want to have a text box that shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unique Product in Product(1),&lt;/P&gt;&lt;P&gt;Unique Product in Product(2),&lt;/P&gt;&lt;P&gt;Unique Product in Product(3),&lt;/P&gt;&lt;P&gt;Common Products in Product(1) and Product(2),&lt;/P&gt;&lt;P&gt;Common Products in Product(2) and Product(3),&lt;/P&gt;&lt;P&gt;Common Products in Product(1) and Product(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/56794_Capture.PNG" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613672#M226435</guid>
      <dc:creator />
      <dc:date>2014-04-08T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: List box with alternate states..</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613673#M226436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Use set analysis in an =Concat expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the unique textbox I would suggest using something like&lt;/P&gt;&lt;P&gt;=Concat({one-two-three) Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for the common products:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat({one*two} Product)&lt;/P&gt;&lt;P&gt;=Concat({two*three} Product) etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613673#M226436</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-04-08T10:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: List box with alternate states..</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613674#M226437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot...It worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613674#M226437</guid>
      <dc:creator />
      <dc:date>2014-04-08T10:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: List box with alternate states..</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613675#M226438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can you please help me with one more thing. In above question,&lt;/P&gt;&lt;P&gt;I want to add =if(getSelectedCount(Product)&amp;gt;0, "some condition")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i add a particular alternate state for the field product in getSelectedCount?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we want to put the condition that if Product(1) and Product(2) and Product(3) is not selected then it doesn't show the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 12:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-with-alternate-states/m-p/613675#M226438</guid>
      <dc:creator />
      <dc:date>2014-04-08T12:03:41Z</dc:date>
    </item>
  </channel>
</rss>

