<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/533633#M199330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i agree. but i am unable to use the country value as it kind of link the value from other table. is kinda hard to describle but is largely due to the design structure of the database. I 'merely' need the country list field to derivce a value that is unable to link from the country field. i hope you understand what I m talking about. By using input field, I can 'borrow' the field without any linkage of the country field from the other table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 02:49:41 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2013-09-18T02:49:41Z</dc:date>
    <item>
      <title>Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/533631#M199328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there ways user is able to select more than one options in input box?&lt;/P&gt;&lt;P&gt;my predefined list is from a particular field in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 01:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/533631#M199328</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-18T01:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/533632#M199329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bennn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I understood you well. &lt;EM&gt;"Is there ways user is able to select more than one options in input box?" &lt;/EM&gt;Does it mean that you want end user select more than one country? If answer is yes, why don't you use list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here just an idea to move next.&lt;/P&gt;&lt;P&gt;1. Create new list box using Country field&lt;/P&gt;&lt;P&gt;2. Create new variable vCountry=Concat(DISTINCT Chr(39) &amp;amp; Country &amp;amp; Chr(39),',')&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Create Straight Table with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. Dimension: Country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. Expression: Sum({$&amp;lt;Country = {$(=vCountry)}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 02:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/533632#M199329</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-09-18T02:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/533633#M199330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i agree. but i am unable to use the country value as it kind of link the value from other table. is kinda hard to describle but is largely due to the design structure of the database. I 'merely' need the country list field to derivce a value that is unable to link from the country field. i hope you understand what I m talking about. By using input field, I can 'borrow' the field without any linkage of the country field from the other table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 02:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/533633#M199330</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-18T02:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Input box</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box/m-p/533634#M199331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bennn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok. What do you think if we use disconnect table in load script? Something like:&lt;/P&gt;&lt;P&gt;[tempCountry]:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;tmpContryID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tmpCountry&lt;/P&gt;&lt;P&gt;1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cambodia&lt;/P&gt;&lt;P&gt;2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; viet nam&lt;/P&gt;&lt;P&gt;3,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thai&lt;/P&gt;&lt;P&gt;..................&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we can use tmpContry in listbox and get those value for our set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 03:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box/m-p/533634#M199331</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-09-18T03:18:49Z</dc:date>
    </item>
  </channel>
</rss>

