<?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 Using Alternate States to Select Multiple Values in a List Box with Different Attributes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473003#M488127</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This video show how to use alternate states to select multiple values in a list box when the members of the list box have different attributes. In this example a list of hockey players is used to select players to fill each position on the team.&amp;nbsp; The QVW created in the video is included in this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.youtube.com/watch?v=jXybIzLWtAQ"&gt;http://www.youtube.com/watch?v=jXybIzLWtAQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/jXybIzLWtAQ" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2012 20:59:50 GMT</pubDate>
    <dc:creator>Josh_Good</dc:creator>
    <dc:date>2012-12-31T20:59:50Z</dc:date>
    <item>
      <title>Using Alternate States to Select Multiple Values in a List Box with Different Attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473003#M488127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This video show how to use alternate states to select multiple values in a list box when the members of the list box have different attributes. In this example a list of hockey players is used to select players to fill each position on the team.&amp;nbsp; The QVW created in the video is included in this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.youtube.com/watch?v=jXybIzLWtAQ"&gt;http://www.youtube.com/watch?v=jXybIzLWtAQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/jXybIzLWtAQ" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 20:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473003#M488127</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2012-12-31T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States to Select Multiple Values in a List Box with Different Attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473004#M488128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;Thanks for posting this document. it was very useful for me.&lt;/P&gt;&lt;P&gt;I have question about selecting multiple values from a list box and passing it through.&lt;/P&gt;&lt;P&gt;For e.g.:&amp;nbsp; If I have to select more than 1 person from the Left Wings list;&lt;/P&gt;&lt;P&gt;how should we change the expression on the actions to achevie this?&amp;nbsp; I tried with the open and close brackets,but it dint help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 11:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473004#M488128</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2014-05-12T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alternate States to Select Multiple Values in a List Box with Different Attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473005#M488129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat(DISTINCT {[Left Wing]}&amp;nbsp; Player, '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results you are looking for is to have the expression resulting in:&lt;/P&gt;&lt;P&gt;(Name1|Name2|Name3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 14:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473005#M488129</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-05-12T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using Alternate States to Select Multiple Values in a List Box with Different Attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473006#M488130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh,&lt;/P&gt;&lt;P&gt;I too tried the same initially but with this expression, it doesn’t read any selections from the list box,&lt;/P&gt;&lt;P&gt;Could you please take a look at it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 05:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473006#M488130</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2014-05-13T05:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using Alternate States to Select Multiple Values in a List Box with Different Attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473007#M488131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason it isn't work is because the players have spaces in their names.&amp;nbsp; So you need to replace the space with a single character wild card - the question mark - '?'&lt;/P&gt;&lt;P&gt;Try this expression for your selection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=replace('(' &amp;amp; Concat(DISTINCT {[Left Wing]}&amp;nbsp; Player,&amp;nbsp;&amp;nbsp; '|') &amp;amp;&amp;nbsp; ')',' ','?')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 14:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473007#M488131</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-05-13T14:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using Alternate States to Select Multiple Values in a List Box with Different Attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473008#M488132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Josh,&lt;/P&gt;&lt;P&gt;That's cool..Thanks a lot for your time in explaining it clearly. It's wonderful !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 15:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Alternate-States-to-Select-Multiple-Values-in-a-List-Box/m-p/473008#M488132</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2014-05-13T15:38:14Z</dc:date>
    </item>
  </channel>
</rss>

