<?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: Re: Alternate state multiple select in listbox's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498312#M548797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, do you want to make selection for State2 relative to State1 ?&lt;/P&gt;&lt;P&gt;If so, you can do it directly without variable, using OnSelect trigger for ShopName field, see the screenshoot.&lt;/P&gt;&lt;P&gt;You have to use explicit state and add the braces like this ='(' &amp;amp; Concat({State1} ShopName, ' | ') &amp;amp;')'&lt;/P&gt;&lt;P&gt;Also you have to set the state for the action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add:&lt;/P&gt;&lt;P&gt;to be completely sure you can also add the quotes:&lt;/P&gt;&lt;P&gt;='("' &amp;amp; Concat({State1} ShopName, '" | "') &amp;amp; '")'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 18:41:55 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2014-01-13T18:41:55Z</dc:date>
    <item>
      <title>Alternate state multiple select in listbox's</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498309#M548794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i create simple data:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13895670175566480" jivemacro_uid="_13895670175566480"&gt;
&lt;P&gt;Load RecNo() as ID, * Inline&lt;/P&gt;
&lt;P&gt;[ShopName&lt;/P&gt;
&lt;P&gt;Shop-01&lt;/P&gt;
&lt;P&gt;Shop-02&lt;/P&gt;
&lt;P&gt;Shop-3&lt;/P&gt;
&lt;P&gt;Shop-4&lt;/P&gt;
&lt;P&gt;Shop5&lt;/P&gt;
&lt;P&gt;Shop6];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;create 2 alternate states: State1 and State2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for select one value from state1 to state2 and create trigger on select ShopName action : select in field ShopName, and value =ShopName this work fine.&lt;/P&gt;&lt;P&gt;But i want to select multiple shop's - how i can do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 23:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498309#M548794</guid>
      <dc:creator>Chernov</dc:creator>
      <dc:date>2014-01-12T23:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state multiple select in listbox's</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498310#M548795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;State1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;State2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ShopName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' | ') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 07:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498310#M548795</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-01-13T07:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state multiple select in listbox's</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498311#M548796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 07:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498311#M548796</guid>
      <dc:creator>Chernov</dc:creator>
      <dc:date>2014-01-13T07:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Alternate state multiple select in listbox's</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498312#M548797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, do you want to make selection for State2 relative to State1 ?&lt;/P&gt;&lt;P&gt;If so, you can do it directly without variable, using OnSelect trigger for ShopName field, see the screenshoot.&lt;/P&gt;&lt;P&gt;You have to use explicit state and add the braces like this ='(' &amp;amp; Concat({State1} ShopName, ' | ') &amp;amp;')'&lt;/P&gt;&lt;P&gt;Also you have to set the state for the action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add:&lt;/P&gt;&lt;P&gt;to be completely sure you can also add the quotes:&lt;/P&gt;&lt;P&gt;='("' &amp;amp; Concat({State1} ShopName, '" | "') &amp;amp; '")'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 18:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498312#M548797</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-01-13T18:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state multiple select in listbox's</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498313#M548798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah! thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 22:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-multiple-select-in-listbox-s/m-p/498313#M548798</guid>
      <dc:creator>Chernov</dc:creator>
      <dc:date>2014-01-13T22:05:41Z</dc:date>
    </item>
  </channel>
</rss>

