<?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: Set expression and Input box not working ? Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407567#M806802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the single quote in your field values are corrupting your set modifier, because a pair of single quotes will indicate a literal. You can replace your single single quote with two single quotes to handle this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Sales for Item '&amp;nbsp; &amp;amp; vItem &amp;amp; '&amp;nbsp; ' &amp;amp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Item={$(=chr(39) &amp;amp; Replace(&lt;STRONG&gt;Replace(vItem,chr(39),chr(39)&amp;amp;chr(39))&lt;/STRONG&gt;,';',chr(39)&amp;amp;','&amp;amp;chr(39))&amp;amp;chr(39))}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second Replace() is used to create a proper list of field mofidfier values, comma separated, while using semi-colon in your variable definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Oct 2017 10:04:31 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-10-21T10:04:31Z</dc:date>
    <item>
      <title>Set expression and Input box not working ? Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407566#M806801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate sales for particular Item ( which has to be selected by user from Input box ) . But both are not working . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="set exp.PNG" class="jive-image image-1" src="/legacyfs/online/180455_set exp.PNG" style="height: 184px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried same with sector , it worked for both Input box and set expression .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&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/Set-expression-and-Input-box-not-working-Help/m-p/1407566#M806801</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression and Input box not working ? Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407567#M806802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the single quote in your field values are corrupting your set modifier, because a pair of single quotes will indicate a literal. You can replace your single single quote with two single quotes to handle this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Sales for Item '&amp;nbsp; &amp;amp; vItem &amp;amp; '&amp;nbsp; ' &amp;amp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Item={$(=chr(39) &amp;amp; Replace(&lt;STRONG&gt;Replace(vItem,chr(39),chr(39)&amp;amp;chr(39))&lt;/STRONG&gt;,';',chr(39)&amp;amp;','&amp;amp;chr(39))&amp;amp;chr(39))}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second Replace() is used to create a proper list of field mofidfier values, comma separated, while using semi-colon in your variable definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2017 10:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407567#M806802</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-21T10:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression and Input box not working ? Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407568#M806803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apostrophe causing the issue, &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/178378"&gt;chr( n ) function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2017 10:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407568#M806803</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-10-21T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression and Input box not working ? Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407569#M806804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply , but how to get this list of Items into Input box for user to select . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2017 10:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407569#M806804</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-10-21T10:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression and Input box not working ? Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407570#M806805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2017-10-21 13_01_41-Input Box Properties [Select Item].png" class="jive-image image-1" src="/legacyfs/online/180461_2017-10-21 13_01_41-Input Box Properties [Select Item].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2017 11:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-and-Input-box-not-working-Help/m-p/1407570#M806805</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-21T11:02:17Z</dc:date>
    </item>
  </channel>
</rss>

