<?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: I believe it is a bug... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529760#M198038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question. is there any where user can select two options from the input box that I have.&lt;/P&gt;&lt;P&gt;say if user select malaysia n united states, it will show the computation value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 09:02:26 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2013-09-17T09:02:26Z</dc:date>
    <item>
      <title>I believe it is a bug...</title>
      <link>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529756#M198034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this is a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason, my report does need an input box with those fields from a attribute from a table(Country)&lt;/P&gt;&lt;P&gt;Therefore there is few countries in these example, Singapore, Malaysia etc. when user select malaysia, it will show the value of the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for countries that has a space like VIET NAM or UNITED STATES, it does not read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it the reason behind it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clueless&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529756#M198034</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-17T08:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: I believe it is a bug...</title>
      <link>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529757#M198035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it's not a bug. You have to use quotes in set. PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: =sum({$&amp;lt;Country ={'$(=(var_Country))'}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529757#M198035</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-17T08:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: I believe it is a bug...</title>
      <link>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529758#M198036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529758#M198036</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-17T08:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: I believe it is a bug...</title>
      <link>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529759#M198037</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;QlikView input box does not have problem capturing string with space, the reason for your table not showing result when a string with spaces has been entered to the input box is that you need to use double quotes to wrap your content in the set analysis when there is spaces in your content. Your expression should look like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Country ={"$(=(var_Country))"}&amp;gt;} Value) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529759#M198037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-17T08:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: I believe it is a bug...</title>
      <link>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529760#M198038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question. is there any where user can select two options from the input box that I have.&lt;/P&gt;&lt;P&gt;say if user select malaysia n united states, it will show the computation value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 09:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-believe-it-is-a-bug/m-p/529760#M198038</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-09-17T09:02:26Z</dc:date>
    </item>
  </channel>
</rss>

