<?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 dynamic input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220719#M73606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works for me as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 13:29:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-29T13:29:05Z</dc:date>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220713#M73600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would like to display the distinct values of a specific field in an input box.&lt;/P&gt;&lt;P&gt;how do i declare the variable?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lambert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220713#M73600</guid>
      <dc:creator />
      <dc:date>2010-09-28T14:44:07Z</dc:date>
    </item>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220714#M73601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want all values, selected values, possible values?&lt;/P&gt;&lt;P&gt;For all set a variable to:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Concat({1} FIELD)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;For selected:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=GetFieldSelections(FIELD)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Possible should just be:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Concat(FIELD)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220714#M73601</guid>
      <dc:creator />
      <dc:date>2010-09-28T14:50:07Z</dc:date>
    </item>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220715#M73602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would like all distinct values in a dropdown list input box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220715#M73602</guid>
      <dc:creator />
      <dc:date>2010-09-28T14:59:25Z</dc:date>
    </item>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220716#M73603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I saw variables and kind of missed the input box part. It doesn't seem like a variable works on a pre-defined list in an input box. The format is 'Val';'Val2';Val3'.&lt;/P&gt;&lt;P&gt;To get that in a variable it would be:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Chr(39) &amp;amp; Concat({1} distinct FIELD, Chr(39) &amp;amp; ';' &amp;amp; Chr(39)) &amp;amp; Chr(39)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Unfortunately when that is used as the PreDefined list in an input box, it doesn't seem to work. Even though manually entering the same result would. I tried a few different things, like directly entering the expression and using a variable as =vVar, $(=vVar), $(vVar), etc. I don't use Input Boxes very often, so I'm not sure if that is possible. If it is, the above expression should work to get the values set up correctly.&lt;/P&gt;&lt;P&gt;EDIT: Numbers seem to work just fine, but don't require the quotes. For a numeric field:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Concat({1} distinct FIELD, ',')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;That should show all values for the field and work as the Pre Defined list. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220716#M73603</guid>
      <dc:creator />
      <dc:date>2010-09-28T15:13:16Z</dc:date>
    </item>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220717#M73604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, i will see what I can figure out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220717#M73604</guid>
      <dc:creator />
      <dc:date>2010-09-28T15:22:39Z</dc:date>
    </item>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220718#M73605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, that worked, thanks a million!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220718#M73605</guid>
      <dc:creator />
      <dc:date>2010-09-28T15:26:19Z</dc:date>
    </item>
    <item>
      <title>dynamic input box</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220719#M73606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works for me as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 13:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-input-box/m-p/220719#M73606</guid>
      <dc:creator />
      <dc:date>2011-11-29T13:29:05Z</dc:date>
    </item>
  </channel>
</rss>

