<?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 Separator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616096#M227154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried with single quotes but it still spitting the name at comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my input is : 'JOHN, SMITH','KEVIN, STUART'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output: &lt;/P&gt;&lt;P&gt;'JOHN&lt;/P&gt;&lt;P&gt;SMITH'&lt;/P&gt;&lt;P&gt;'KEVIN&lt;/P&gt;&lt;P&gt;STUART'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 20:04:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-24T20:04:51Z</dc:date>
    <item>
      <title>List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616092#M227150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my document and system listsep is ',' (comma).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have requirement where my inputbox dropdown will contain customer names with ',' (lastname, firstname).&amp;nbsp; selecting this name should select this customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i have a work around in my design to takeout ',' while displaying the inputbox dropdown and after selecting customer user will have to click on a button (placing the ',' back) will select the customer. which works but with expense of one additional button click, which we are trying to eliminate this with variable trigger in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i am trying to change the listsep value in the system control panel from ',' to ';', recopy the application will only changing my 'sys' list sep but not the 'Doc' list sep. (brand new document will take the ';' as doc and sys listsep)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question is, is there a way to change the Document List separator either in the script or one time macro command ? &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616092#M227150</guid>
      <dc:creator />
      <dc:date>2014-03-24T19:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616093#M227151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;below is directly from this thread: &lt;A href="https://community.qlik.com/thread/33916"&gt;Input Box and Concat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems it takes (and preserve) this setting from the original operating system. Go to the Windows Start button, Control Panel, Regional Settings, Additional Customization, and there you have in the "Number" tab all the locale settings for date, decimal, thousand and yes, list separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pretty easy to mess that up when you download a file created in a different operating system language, as it happens here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I've tried, there is no similar setting/environment variable in QlikView that you can set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="79606" data-objecttype="3" href="https://community.qlik.com/people/mabaeyens"&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" href="http://www.grupocomex.com/" style="color: #007fc0; font-size: 12px;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: It can be changed as well in the registry browsing to the key HKEY_CURRENT_USER\Control Panel\International and the String entry (Windows 7) "sList" with value ";" or whatever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616093#M227151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616094#M227152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, I was sure that separator is always ':' - this is what Help says.&amp;nbsp; Anyway, no matter what it is, any separator works if you put each value in the single quotes, i.e. &lt;STRONG&gt;'lastname, firstname','lastname, firstname'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616094#M227152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616095#M227153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread...Miguel Angel Baeyens has a solution for your question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/33916"&gt;Input Box and Concat&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616095#M227153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T19:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616096#M227154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried with single quotes but it still spitting the name at comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my input is : 'JOHN, SMITH','KEVIN, STUART'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output: &lt;/P&gt;&lt;P&gt;'JOHN&lt;/P&gt;&lt;P&gt;SMITH'&lt;/P&gt;&lt;P&gt;'KEVIN&lt;/P&gt;&lt;P&gt;STUART'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 20:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616096#M227154</guid>
      <dc:creator />
      <dc:date>2014-03-24T20:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616097#M227155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel's solutions is the same what i am doing i believe, if you change the system variable on control panel it only applys to new documents. but it will not change existing document document list separator even after reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 20:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616097#M227155</guid>
      <dc:creator />
      <dc:date>2014-03-24T20:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616098#M227156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, I tested.&amp;nbsp; Used ';' as separator.&amp;nbsp; Listed value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'1;2;3';'456';'789' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, the first value in drop-down is '1;2;3', not the '1&lt;/P&gt;&lt;P&gt;What gives me a pause - my "document support info" says that ListSep =&lt;STRONG&gt;","&lt;/STRONG&gt;, but I always use &lt;STRONG&gt;";"&lt;/STRONG&gt;, because of this:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto; margin-left: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;Listed Values&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;Check this alternative to specify a list of arbitrary predefined values. The values can be either numeric or alphanumeric. Alphanumeric values must be enclosed in quotes (e.g. &lt;SPAN class="Bold"&gt;'abc'&lt;/SPAN&gt;). Each value is separated by a &lt;STRONG&gt;semicolon ( &lt;SPAN class="Bold"&gt;;&lt;/SPAN&gt; )&lt;/STRONG&gt; (e.g. &lt;SPAN class="Bold"&gt;'abc';45;14.3;'xyz'&lt;/SPAN&gt; ). This option can be used alone or in combination with &lt;SPAN class="Bold"&gt;Number &lt;BR /&gt;Series&lt;/SPAN&gt;. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try ";"?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 20:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616098#M227156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-24T20:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616099#M227157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats weird ... i tried with semicolon also, didn't work. my values are out of an expression, did you try hard coded values in the input box ? will it make any difference ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 21:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616099#M227157</guid>
      <dc:creator />
      <dc:date>2014-03-24T21:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616100#M227158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried only hardcoded.&amp;nbsp; This is the exact string I've typed there:&lt;/P&gt;&lt;P&gt;'1;2;3';'456';'789'&lt;/P&gt;&lt;P&gt;Can you upload non-working example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 00:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616100#M227158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T00:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616101#M227159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have a solution yet, as Srinivas states it is fine for new documents but not on existing models. it it is reflecting you should be able to change the document setting, even if it is via a script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616101#M227159</guid>
      <dc:creator />
      <dc:date>2016-06-09T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: List Separator</title>
      <link>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616102#M227160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found the solution of editing the ListSep of Existing Documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A rather unworthy one.&lt;/P&gt;&lt;P&gt;I hope that there is a more explicit one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1470097"&gt;Defining Value Separator for Input Boxes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Separator/m-p/616102#M227160</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-13T03:34:58Z</dc:date>
    </item>
  </channel>
</rss>

