<?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 List Box List Separator Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267924#M583817</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think Eric wanted to write Inputbox but he wrote Listbox. Anyways.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the below post where Miguel had given the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/message/143350#143350"&gt;http://community.qlik.com/message/143350#143350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 10:24:26 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2011-09-16T10:24:26Z</dc:date>
    <item>
      <title>List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267920#M583813</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 am stucked on the issue when I want to use Concat function to populate a drop down list box from a field in a table which contain comma.&amp;nbsp; Unfortunately, in my environment, the ListSep is set to ",".&amp;nbsp; Is there anyway to set ListSep to something else or escape the charater in the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 09:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267920#M583813</guid>
      <dc:creator />
      <dc:date>2011-09-16T09:42:42Z</dc:date>
    </item>
    <item>
      <title>List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267921#M583814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat is not the right function for you to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat makes one record out of many records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;(sourcedata:)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Table1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2&lt;/P&gt;&lt;P&gt;Load concat(Field1,' + ') As concatField&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would give this in Table2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Table2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;concatField&lt;/P&gt;&lt;P&gt;A + B + C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what data do you have to start with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 10:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267921#M583814</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-09-16T10:00:57Z</dc:date>
    </item>
    <item>
      <title>List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267922#M583815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply.&amp;nbsp; The concat I use is in the list box not in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My Table is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DupAnalysis:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[AnalysisDisplayName, AnalysisFields&lt;/P&gt;&lt;P&gt;'Dup1: Supplier Name', VendorNameCount&lt;/P&gt;&lt;P&gt;'Dup2: Supplier Name, Address Line 1, Post Code', VendorNameAddress1PostCodeCount&lt;/P&gt;&lt;P&gt;'Dup3: Address Line 1, Post Code', Address1PostCodeCount&lt;/P&gt;&lt;P&gt;'Dup4: Post Code', PostCodeCount&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;In the List Box Properties &amp;gt; Constraints &amp;gt; Listed Values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct AnalysisDisplayName,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;In my Document Support Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ListSep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doc=","(2C)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sys=","(2C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 10:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267922#M583815</guid>
      <dc:creator />
      <dc:date>2011-09-16T10:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267923#M583816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listboxes don't show values comma separated (or using any other separator). Inputboxes do. You may find &lt;A _jive_internal="true" href="https://community.qlik.com/community.qlik.com/ideas/1849"&gt;this idea&lt;/A&gt; and the post I mention within helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are the values showing as one string comma separated or does the drop down work now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 10:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267923#M583816</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-16T10:19:51Z</dc:date>
    </item>
    <item>
      <title>List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267924#M583817</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think Eric wanted to write Inputbox but he wrote Listbox. Anyways.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the below post where Miguel had given the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/message/143350#143350"&gt;http://community.qlik.com/message/143350#143350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 10:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267924#M583817</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-09-16T10:24:26Z</dc:date>
    </item>
    <item>
      <title>List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267925#M583818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel, Kaushik &amp;amp; gg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kaushik, you are right.&amp;nbsp; My mistake.&amp;nbsp; I have put List Box instead of Input Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 10:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267925#M583818</guid>
      <dc:creator />
      <dc:date>2011-09-16T10:25:22Z</dc:date>
    </item>
    <item>
      <title>List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267926#M583820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel and Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&amp;nbsp; I have changed the registry entry&amp;nbsp; to Computer &amp;gt; HKEY_CURRENT_USER &amp;gt; International &amp;gt; sList = ";" and reboot my computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Document Support Information is now as follows:&lt;/P&gt;&lt;P&gt;ListSep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doc=","(2C)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sys=";"(3B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the input box properties&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inputbox.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/7325_inputbox.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the input box is still not quite work.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inputbox1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/7326_inputbox1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 11:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267926#M583820</guid>
      <dc:creator />
      <dc:date>2011-09-16T11:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267927#M583823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The test we did in that post led us to the conclusion that the separator that works is the Doc one, not the Sys one. Meaning that if your Doc (local) sep is "," and mine is ";" I still will see your document fine, and viceversa, but when I create a new document, using "," will not work. So set the sList value to "," (or any other value) and make sure that the Control Panel is reading that info (in Windows 7 go to Control Panel, Regional and Language, Advanced, Number tab, Lists separator, and make sure that the dropdown selects the one you want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using Concat() with that separator should work if that doesn't conflict with some other separator (in my case, Spanish list separator is ";" because the decimal separator is "," and might lead to confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 11:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267927#M583823</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-16T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Box List Separator Question</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267928#M583826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you are right.&amp;nbsp; The change in the registry or control panel only take effect on the Doc setting on document that created after the change.&amp;nbsp; The old document Doc will not change except the Sys one.&amp;nbsp; In my case, which I need to change the Doc setting and Sys one is no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 12:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-List-Separator-Question/m-p/267928#M583826</guid>
      <dc:creator />
      <dc:date>2011-09-16T12:02:25Z</dc:date>
    </item>
  </channel>
</rss>

