<?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 Input box with Predefined values coming from a Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285427#M499761</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;just tried the first version again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct date(Timestamp,'YYYY-MM-DD'),';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it still works fine over here (am on v8.5). Have you tried starting over and with creation of a new variable? Apart from that only help I can give you is if you load your qvw as there may be something in there preventing this working ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 08:53:58 GMT</pubDate>
    <dc:creator>pat_agen</dc:creator>
    <dc:date>2011-06-14T08:53:58Z</dc:date>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285416#M499750</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;I can't seem to get this to work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need an input box to set a value for a variable, but want to constain the possible values to what is stored in a particular field (a drop-down list would be the best).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 02:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285416#M499750</guid>
      <dc:creator />
      <dc:date>2011-06-14T02:21:41Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285417#M499751</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;create the input box. Go to the Properties-&amp;gt;Constraints tab of the input box. Highlight yourfield. In t ebottom rght hand corner of the screen click on "predefined Values in Drop-down" and "Listed Values". In the Expression box under Listed Values enter an expresson such as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct YourFieldHere),';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ListInInputBox.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/5197_ListInInputBox.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will create a semi colon delimited list o fthe values form the field you wish to use. This is te format required for te contsraints in an input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 07:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285417#M499751</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-14T07:10:44Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285418#M499752</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;I have tried this before...But the dropdown lists the values in a single row like Value1;Value2;Value3&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 07:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285418#M499752</guid>
      <dc:creator />
      <dc:date>2011-06-14T07:16:25Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285419#M499753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost!....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the values are text, and the requirement for text as listed values is that they must be enclosed by single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the string operator '&amp;amp;' with the chr(39) text function to add a single quote at the start &amp;amp; end of the expression, but that's still not enough, as it really needs the quotes surrounding the semicolon as well....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285419#M499753</guid>
      <dc:creator />
      <dc:date>2011-06-14T08:01:33Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285420#M499754</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;The above works fine here. What values are you using and what expression? Have you tried creating a new inputbox and not modifying the existing one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&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" 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>Tue, 14 Jun 2011 08:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285420#M499754</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-14T08:06:00Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285421#M499755</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;Can you post the sample application for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285421#M499755</guid>
      <dc:creator />
      <dc:date>2011-06-14T08:13:27Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285422#M499756</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;could you post an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just retested here and on a text field I did exactly as specified and it worked. Tried with another textfield having strings with spaces in them and it worked too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I definitely don't think the semi colons [;] need placing inside quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the help I can see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="hcp2" style="width: 100%;" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="hcp3" style="width: 18%;" valign="top" width="18%"&gt;&lt;P class="hcp4"&gt;&lt;SPAN class="hcp1"&gt;Listed Values&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="hcp3" style="width: 82%;" valign="top" width="82%"&gt;&lt;P class="hcp4"&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="hcp1"&gt;'abc' &lt;/SPAN&gt;). Each value is separated by a semicolon ( &lt;SPAN class="hcp1"&gt;;&lt;/SPAN&gt; ) (e.g. &lt;SPAN class="hcp1"&gt;'abc';45;14.3;'xyz'&lt;/SPAN&gt; ). This option can be used alone or in combination with &lt;SPAN class="hcp1"&gt;Number series&lt;/SPAN&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;OBJECT classid="CLSID:399CB6C4-7312-11D2-B4D9-00105A0422DF" data="https://community.qlik.com/" height="0" hspace="0" id="HHComponentActivator" width="0"&gt;&lt;/OBJECT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I imagine thsi is what you are referring too. But I have the feeling the concat() expression gets around this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285422#M499756</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-14T08:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285423#M499757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pat.agen and Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field that I want the predefined values holds dates in the format of YYYY-MM-DD, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TransactDatefield.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/5203_TransactDatefield.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I used is therefore:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct TransacDate,';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result that I get is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inputbox.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/5204_inputbox.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285423#M499757</guid>
      <dc:creator />
      <dc:date>2011-06-14T08:23:25Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285424#M499758</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;then format it with Date()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct Date(Timestamp,'AAAA-MM-DD'),';')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285424#M499758</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-14T08:28:30Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285425#M499759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No joy....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct date(TransacDate,'YYYY-MM-DD'),';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct date#(TransacDate,'YYYY-MM-DD'),';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... the results are the same as depicted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285425#M499759</guid>
      <dc:creator />
      <dc:date>2011-06-14T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285426#M499760</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;Check the attached.&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" 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>Tue, 14 Jun 2011 08:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285426#M499760</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-14T08:52:45Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285427#M499761</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;just tried the first version again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(distinct date(Timestamp,'YYYY-MM-DD'),';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it still works fine over here (am on v8.5). Have you tried starting over and with creation of a new variable? Apart from that only help I can give you is if you load your qvw as there may be something in there preventing this working ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285427#M499761</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-14T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285428#M499762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I have a similar requirement, however, my input field is in TableBox. Basically I have a TableBox with two columns. One of the columns in InputField. So a particular cell in that column can be edited. However, I want to restrict user to be able to enter a value only from one of the existing values for column. Is this even possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 23:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285428#M499762</guid>
      <dc:creator />
      <dc:date>2012-01-18T23:47:04Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285429#M499763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done the same thing, although I'm not using dates, and it works great.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One note, though, which should help @rajayaad is that if you replace the semi-colon with a comma, it will force a carriage-return, which will allow you to see the data in a column and just click (using a drop-down box) to select one of the items (rows).&amp;nbsp; Then you can use the variable in a selection filter, or other expression.&amp;nbsp; This is what I am using in the Constraints/Listed Values expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='None Selected,' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;primpract_res_name&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,',','_'),',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;I also added 'None Selected' to the top of the list and forced a carriage-return after it, by including a comma.&amp;nbsp; Since the field that I am using actually has commas in the field values themselves, I had to replace the comma with an underscore ("_"), then swap them back at the time of use.&amp;nbsp; Otherwise, first names are listed on one line and last names on the next, which doesn't work.&amp;nbsp; If you don't have commas to deal with, just use something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;='None Selected,' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;fieldname&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;'Hope this is helpful. &lt;/SPAN&gt;&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;/P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 20:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285429#M499763</guid>
      <dc:creator>jslancas</dc:creator>
      <dc:date>2012-01-24T20:56:39Z</dc:date>
    </item>
    <item>
      <title>Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285430#M499764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all, this is very helpful. I used what Jeff posted and here is my current Expression for which values to show as 'listed values'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='None Selected,' &amp;amp; Concat(DISTINCT {&amp;lt;File_Date=&amp;gt;} Replace(Date(File_Date,'M/D/YYYY'),',','_'),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to now sort the dates in descending order so when the user selects the dropdown they see the most recent dates first. How do I add a 'sort' into this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 14:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285430#M499764</guid>
      <dc:creator />
      <dc:date>2012-03-26T14:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285431#M499765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following should work:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;File_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'M/D/YYYY'),',',Num(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;File_Date)*-1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(File_Date)*-1 sorts by descending. Just use File_Date if you want ascending. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285431#M499765</guid>
      <dc:creator />
      <dc:date>2012-07-24T19:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285432#M499766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shanti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll just need to replace the semicolon with comma:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=concat(distinct YourFieldHere),',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285432#M499766</guid>
      <dc:creator />
      <dc:date>2014-04-23T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285433#M499767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked for me Shanti,&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 05:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285433#M499767</guid>
      <dc:creator>madhumitha</dc:creator>
      <dc:date>2015-06-01T05:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285434#M499768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to highlight the issue.. If you use a &lt;STRONG&gt;predefined/static string&lt;/STRONG&gt; in the list values, like: 1;2;3;4, you need to separate them using &lt;STRONG&gt;semi colon&lt;/STRONG&gt;, ;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you're using an &lt;STRONG&gt;expression&lt;/STRONG&gt;, you have to separate them &lt;STRONG&gt;with coma.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why, in previous comments, some people were saying they had date1;date2;date3 in one single row and not in a drop down list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 11:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285434#M499768</guid>
      <dc:creator>anguila</dc:creator>
      <dc:date>2016-01-30T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Input box with Predefined values coming from a Field</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285435#M499769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you David &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 13:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-with-Predefined-values-coming-from-a-Field/m-p/285435#M499769</guid>
      <dc:creator />
      <dc:date>2016-09-28T13:34:47Z</dc:date>
    </item>
  </channel>
</rss>

