<?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 entering multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392129#M697678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in constraints tab of input box&amp;nbsp; write&lt;/P&gt;&lt;P&gt;=concat(distinct(fieldname),',') &lt;/P&gt;&lt;P&gt;check on list and write above&amp;nbsp; code&lt;/P&gt;&lt;P&gt;tick on the radio button of predefined value in drop down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 08:45:37 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-03-26T08:45:37Z</dc:date>
    <item>
      <title>input box entering multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392125#M697674</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 have a field includes number values,&lt;/P&gt;&lt;P&gt;I want to copy this values into input box but instead of entering many commas manually (850 values) in input box,&lt;/P&gt;&lt;P&gt;Can I add commas automatically in order to seperate values in input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392125#M697674</guid>
      <dc:creator>QSense</dc:creator>
      <dc:date>2013-03-26T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: input box entering multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392126#M697675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Unfortunately this is not possible in input box. We can enter only single value in input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advait&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392126#M697675</guid>
      <dc:creator>advait_thakur</dc:creator>
      <dc:date>2013-03-26T08:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: input box entering multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392127#M697676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Yes, you can do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Add a variable to input box and go to the constraints tab of input box. Select the variable and check the radio button of Predefined Values in Drop-down of Value List and also check Listed Values box of Predefined Values. Now you can see expression box bottom of this check box. Paste the below code there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;=Concat(DISTINCT FIELDNAME,',')&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hope it helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392127#M697676</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-03-26T08:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: input box entering multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392128#M697677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;INPUTBOX--&amp;gt;PROPERTIES--&amp;gt; CONSTRAINTS--&amp;gt;LISTED VALUES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tthen write &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= concat(distinct(fieldname),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and then check on predefined selected listed values,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392128#M697677</guid>
      <dc:creator />
      <dc:date>2013-03-26T08:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: input box entering multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392129#M697678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in constraints tab of input box&amp;nbsp; write&lt;/P&gt;&lt;P&gt;=concat(distinct(fieldname),',') &lt;/P&gt;&lt;P&gt;check on list and write above&amp;nbsp; code&lt;/P&gt;&lt;P&gt;tick on the radio button of predefined value in drop down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392129#M697678</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-03-26T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: input box entering multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392130#M697679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for all replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;er.mohit your reply is working for my case but for 850 values is problem for apllication&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 11:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box-entering-multiple-values/m-p/392130#M697679</guid>
      <dc:creator>QSense</dc:creator>
      <dc:date>2013-03-26T11:44:28Z</dc:date>
    </item>
  </channel>
</rss>

