<?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 predefined values in drop down for variable from field selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226235#M504379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running this concat command on a large fact table it can be quite slow. Using distinct makes it nice a fast.&lt;/P&gt;&lt;P&gt;= concat(distinct field, ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2010 06:49:53 GMT</pubDate>
    <dc:creator>bradshields</dc:creator>
    <dc:date>2010-09-03T06:49:53Z</dc:date>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226229#M504373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to let the user pick the value for a variable from a range of selected values in a field list.&lt;/P&gt;&lt;P&gt;I tried in input box properties: predefined values only, predefined values only, listed values&lt;/P&gt;&lt;P&gt;and in listed values I entered =concat(FIELD,';').&lt;/P&gt;&lt;P&gt;Instead of getting the dropdown with field values as expected I got the concatenated Fieldvalues as one value. Any idea how to get a dynamic field selection based dropdown list in an input box?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 18:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226229#M504373</guid>
      <dc:creator />
      <dc:date>2010-01-28T18:04:03Z</dc:date>
    </item>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226230#M504374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with comma instead of semi-comma:&lt;/P&gt;&lt;P&gt;=concat(FIELD,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 18:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226230#M504374</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-01-28T18:25:28Z</dc:date>
    </item>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226231#M504375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rakesh,&lt;/P&gt;&lt;P&gt;thanks for your answer but this leads to the same result. If FIELD contains values A,B,C concat(FIELD,';') gives the value 'A;B;C' instead of the value list 'A'; 'B'; 'C' (the same with comma instead of semicolon).&lt;/P&gt;&lt;P&gt;Any other idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 17:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226231#M504375</guid>
      <dc:creator />
      <dc:date>2010-01-29T17:05:28Z</dc:date>
    </item>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226232#M504376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be I am mising something. See enclosed. Isn't this what you are looking for? Sorry if I misunderstood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 17:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226232#M504376</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-01-29T17:38:26Z</dc:date>
    </item>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226233#M504377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Rakesh,&lt;/P&gt;&lt;P&gt;I tried this in an older QV document and it did not work - but now with your example it is fine (and exactly what I tried to do before...) and now after deactivating the dropdown list, apply and reactivation and applying it works in the old application, too. Anyway, why I have to use ',' in the concat and ';' as separator when I type in a list is not self-evident...&lt;/P&gt;&lt;P&gt;Again thanks a lot for your patience&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 14:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226233#M504377</guid>
      <dc:creator />
      <dc:date>2010-02-03T14:11:35Z</dc:date>
    </item>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226234#M504378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I was trying to figure this out too. This works!&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 14:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226234#M504378</guid>
      <dc:creator>pgdavis2</dc:creator>
      <dc:date>2010-03-19T14:17:00Z</dc:date>
    </item>
    <item>
      <title>predefined values in drop down for variable from field selection</title>
      <link>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226235#M504379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running this concat command on a large fact table it can be quite slow. Using distinct makes it nice a fast.&lt;/P&gt;&lt;P&gt;= concat(distinct field, ',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 06:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/predefined-values-in-drop-down-for-variable-from-field-selection/m-p/226235#M504379</guid>
      <dc:creator>bradshields</dc:creator>
      <dc:date>2010-09-03T06:49:53Z</dc:date>
    </item>
  </channel>
</rss>

