<?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: How to add list values in Input box dropdown? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387199#M144536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rebeccad. It works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 13:53:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-07T13:53:38Z</dc:date>
    <item>
      <title>How to add list values in Input box dropdown?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387196#M144533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help me writing an expression for adding list values in input box dropdown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want following&amp;nbsp; values in a input box dropdown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I write it in an expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387196#M144533</guid>
      <dc:creator />
      <dc:date>2012-09-07T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add list values in Input box dropdown?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387197#M144534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think you can do this with an expression, however you can add a inline load to the script to create a field that contains these values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; List_Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387197#M144534</guid>
      <dc:creator />
      <dc:date>2012-09-07T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add list values in Input box dropdown?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387198#M144535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add a drop-down selection to an input box, go to Input Box Properties &amp;gt; Constraints &amp;gt; Value List &amp;gt; Select 'Predefined Values in Drop-down', &amp;gt; Deselect 'Enable Edit Expression Dialog' &amp;gt; Select 'Listed Value' &amp;gt; Enter values separated by a semi-colon. I also like to hide the equal sign. See attached. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387198#M144535</guid>
      <dc:creator />
      <dc:date>2012-09-07T13:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add list values in Input box dropdown?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387199#M144536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rebeccad. It works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/387199#M144536</guid>
      <dc:creator />
      <dc:date>2012-09-07T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add list values in Input box dropdown?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/2152079#M1225026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am doing migration from qlikview to qlikcloud. so in qlikview they used&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Input Box&lt;/STRONG&gt; Properties &amp;gt; Constraints &amp;gt; Value List &amp;gt; Select 'Predefined Values in Drop-down', &amp;gt;Select 'Listed Value' &amp;gt; Enter values separated by a semi-colon. in listed value column&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;they given some condition ...&lt;/P&gt;
&lt;P&gt;in Qlik Cloud ...we have a variable input chart but we dont have option to add that listed values condition&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If any idea pls rply here ..how to implement in Qlikcloud&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 14:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-list-values-in-Input-box-dropdown/m-p/2152079#M1225026</guid>
      <dc:creator>Mounika4</dc:creator>
      <dc:date>2023-12-12T14:46:45Z</dc:date>
    </item>
  </channel>
</rss>

