<?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 input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/input-box/m-p/1259966#M856946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A table contains products and sales &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script looks like in text object,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;product={'$(Vproduct)'}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;It works fine if I enter single product in inputbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now the requirement is &lt;/P&gt;&lt;P&gt;If I enter multiple products in input box then &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it should display total sales of the respective products.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>input box</title>
      <link>https://community.qlik.com/t5/QlikView/input-box/m-p/1259966#M856946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A table contains products and sales &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script looks like in text object,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;product={'$(Vproduct)'}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;It works fine if I enter single product in inputbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now the requirement is &lt;/P&gt;&lt;P&gt;If I enter multiple products in input box then &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it should display total sales of the respective products.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box/m-p/1259966#M856946</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: input box</title>
      <link>https://community.qlik.com/t5/QlikView/input-box/m-p/1259967#M856947</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;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product = p(Product) &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can get the sales of all product without selection and when you make selection it will give for those products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For multiple values in variable you can try below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that values are separated by Comma in variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product= {"$(=Replace(vTest,',','","'))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box/m-p/1259967#M856947</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-13T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: input box</title>
      <link>https://community.qlik.com/t5/QlikView/input-box/m-p/1259968#M856948</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;Please use =Sum({&amp;lt;Fmonth={'$(=replace(Vproduct,',',chr(39)&amp;amp;','&amp;amp;chr(39)))'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sales&lt;/SPAN&gt;) when you're entering multiple items( i hope separated by commas).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-box/m-p/1259968#M856948</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-02-13T07:47:48Z</dc:date>
    </item>
  </channel>
</rss>

