<?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: Issue with $ expansion when space in text input in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361652#M1169468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. The double quotes did it. - Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 03:12:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-23T03:12:57Z</dc:date>
    <item>
      <title>Issue with $ expansion when space in text input</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361648#M1169464</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;I am having an issue with $ expansion where the text has space (Brand name has space) and is not working. Below is the expression that works when the text in the Brand is single word. But doesn't when it has 2 or more words with a space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;{1&amp;lt;&lt;/P&gt;&lt;P&gt;Brand={$(=Brand)}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;sales&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting the quotes as below (this was suggested in one of the posts but it didn't work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;{1&amp;lt;&lt;/P&gt;&lt;P&gt;Brand={'$(=Brand)'}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;sales&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try any of your suggestions to resolve this seemingly simple issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 02:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361648#M1169464</guid>
      <dc:creator />
      <dc:date>2012-07-21T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with $ expansion when space in text input</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361649#M1169465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your second attempt is almost right!&amp;nbsp; Use double-quotes instead of single...:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Brand={"$(=vBrand)"}&amp;gt;} sales) where vBrand is your variable for brand input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 12:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361649#M1169465</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-07-21T12:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with $ expansion when space in text input</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361650#M1169466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have assumed that Deepak's second expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;sum({1&amp;lt;Brand={'$(=vBrand)'}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work as is&lt;/P&gt;&lt;P&gt;(I personally would have written something like &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;sum({1&amp;lt;Brand={'$(vBrand)'}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;i.e no equal sign (no dollar sign expansion with an Expression, just a plain variable call) ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;At my site, all 3 expressions do work (in Jason's sample app).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Stefan &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 15:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361650#M1169466</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-21T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with $ expansion when space in text input</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361651#M1169467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know - I swear I tried both Deepak's expression before and it didn't work.&amp;nbsp; I guess I musn't have though, as all 3 work for me too (that's Deepak's 2nd exp, my exp and Stefan's).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess Stefan's straight variable call would be the most efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 17:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361651#M1169467</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-07-21T17:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with $ expansion when space in text input</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361652#M1169468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. The double quotes did it. - Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 03:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expansion-when-space-in-text-input/m-p/361652#M1169468</guid>
      <dc:creator />
      <dc:date>2012-07-23T03:12:57Z</dc:date>
    </item>
  </channel>
</rss>

