<?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 - Using a loaded field for values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279391#M496819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Byron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're almost there. Go to the inputbox properties, Constraints, Listed Values, but set instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Concat(DISTINCT Field, ',')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will return a comma separated list of all distinct values for field "Field". Note that the comma may not be your list separator, to know which one will work if that doesn't, use Ctrl + Shift + Q and search for "ListSep", and you will see something like this in the dialog that shows up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&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=";"(3B)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sys=";"(3B)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Doc" is the one that matters, so in my case, the separator in that Concat() function should be ";" instead of the comma. In this regard, check (and vote if you feel like) &lt;A _jive_internal="true" href="https://community.qlik.com/community.qlik.com/ideas/1849"&gt;this idea&lt;/A&gt; so you as developer can choose the list separator instead of using the regional settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, once you get this working, make sure you check "Predefined Values in Drop Down" in the "Value List" section of the Constraints tab in the inputbox properties.&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;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 13:21:43 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-12-05T13:21:43Z</dc:date>
    <item>
      <title>Input Box - Using a loaded field for values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279390#M496818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a input box that has a predefined drop-down list of values from a field... So that field has a distinct list...i want that list to appear in an input box for a user to select from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 'constraints' tab for an input box, I would like to enter "=FieldName1" in the predefined listed values section. Is it possible at all to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 13:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279390#M496818</guid>
      <dc:creator />
      <dc:date>2011-12-05T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box - Using a loaded field for values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279391#M496819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Byron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're almost there. Go to the inputbox properties, Constraints, Listed Values, but set instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Concat(DISTINCT Field, ',')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will return a comma separated list of all distinct values for field "Field". Note that the comma may not be your list separator, to know which one will work if that doesn't, use Ctrl + Shift + Q and search for "ListSep", and you will see something like this in the dialog that shows up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&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=";"(3B)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sys=";"(3B)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Doc" is the one that matters, so in my case, the separator in that Concat() function should be ";" instead of the comma. In this regard, check (and vote if you feel like) &lt;A _jive_internal="true" href="https://community.qlik.com/community.qlik.com/ideas/1849"&gt;this idea&lt;/A&gt; so you as developer can choose the list separator instead of using the regional settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, once you get this working, make sure you check "Predefined Values in Drop Down" in the "Value List" section of the Constraints tab in the inputbox properties.&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;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 13:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279391#M496819</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-05T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box - Using a loaded field for values</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279392#M496820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Miguel...was actually just about to close this post cause I found a discussion you replied to with that function...worked like a charm... Thanks a lot mate for the detailed reply and answer. Full points &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 13:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Using-a-loaded-field-for-values/m-p/279392#M496820</guid>
      <dc:creator />
      <dc:date>2011-12-05T13:39:03Z</dc:date>
    </item>
  </channel>
</rss>

