<?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: Input Box Object - Dynamic Listed Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375162#M572475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sokkorn - Thank you it works.&amp;nbsp; I was thinking of doing that but according to documentation a semicolon is suppose to be used to seperate values.&amp;nbsp; Anyway thank you very much for taking the time to respond to my post, hopefully this helps somebody else out in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2012 14:45:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-31T14:45:28Z</dc:date>
    <item>
      <title>Input Box Object - Dynamic Listed Values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375160#M572473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure everyone has done this, create a input box object and in the "Listed Values" expression add a distinct field in your data set.&amp;nbsp; It seems straight forward, I've read the documentation and old posts, but still can't get it to work.&amp;nbsp; See attached .qvw.&amp;nbsp; Any help would be appreciated.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 23:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375160#M572473</guid>
      <dc:creator />
      <dc:date>2012-07-30T23:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Object - Dynamic Listed Values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375161#M572474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dcbonnet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let do this &lt;STRONG&gt;=Concat([Year],',')&lt;/STRONG&gt; instead of =concat(chr(39)&amp;amp;[Year]&amp;amp;chr(39),';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the sample attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 01:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375161#M572474</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-07-31T01:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Object - Dynamic Listed Values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375162#M572475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sokkorn - Thank you it works.&amp;nbsp; I was thinking of doing that but according to documentation a semicolon is suppose to be used to seperate values.&amp;nbsp; Anyway thank you very much for taking the time to respond to my post, hopefully this helps somebody else out in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375162#M572475</guid>
      <dc:creator />
      <dc:date>2012-07-31T14:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Object - Dynamic Listed Values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375163#M572476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an ongoing source of confusion.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" 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;The seperator is ";" for most european machines, ",' for US machines and I've seen "." as well. Search ListSep in the forums and you'll find lots of info on it. The key is that the Doc ListSep gets set from Windows settings when the document is created, and thereafter can't be changed for that document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 15:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375163#M572476</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-07-31T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Object - Dynamic Listed Values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375164#M572477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&amp;nbsp; This is great to know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 15:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Object-Dynamic-Listed-Values/m-p/375164#M572477</guid>
      <dc:creator />
      <dc:date>2012-07-31T15:11:52Z</dc:date>
    </item>
  </channel>
</rss>

