<?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: Using Spaces in Set Analysis Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534691#M62696</link>
    <description>&lt;P&gt;Yes, single quotes would have worked, but I specifically wanted double quotes to account for lower-case spelling variations.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 17:26:28 GMT</pubDate>
    <dc:creator>ltc</dc:creator>
    <dc:date>2019-01-24T17:26:28Z</dc:date>
    <item>
      <title>Using Spaces in Set Analysis Values</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1533966#M62691</link>
      <description>&lt;P&gt;I'm using the attached set analysis expression and it is giving me an Error.&lt;/P&gt;&lt;P&gt;I noticed that when I remove the space between "A 1" and "I 2" that the expression is then OK.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why wouldn't I be able to use a space if that is what my values are?&lt;/P&gt;&lt;P&gt;How do I fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1533966#M62691</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2021-04-02T07:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spaces in Set Analysis Values</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1533969#M62692</link>
      <description>try using single quote as below:&lt;BR /&gt;[Program Type] = {'A 1', 'I 2'}</description>
      <pubDate>Wed, 23 Jan 2019 16:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1533969#M62692</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-01-23T16:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spaces in Set Analysis Values</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1533972#M62693</link>
      <description>&lt;P&gt;Did you try to press okay and see if the expression worked or not? Also, can you try this&lt;/P&gt;&lt;PRE&gt;{&amp;lt;[Program Type] = {"A?1", "I?2"}&amp;gt;}

or

{&amp;lt;[Program Type] = {"A*1", "I*2"}&amp;gt;}&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Jan 2019 16:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1533972#M62693</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-23T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spaces in Set Analysis Values</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534203#M62694</link>
      <description>&lt;P&gt;It looks like you built the expression in Excel (or some other auto-correcting editor) -- the quotes are not the correct characters. Replace them with normal quote characters in the Qlik script editor.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;“&lt;/STRONG&gt;&lt;/FONT&gt;One, Two&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;”&lt;/STRONG&gt;&lt;/FONT&gt; should be&lt;FONT color="#FF0000"&gt; &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/FONT&gt;One, Two&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 05:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534203#M62694</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-24T05:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spaces in Set Analysis Values</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534690#M62695</link>
      <description>&lt;P&gt;You're right!&amp;nbsp; I was copying &amp;amp; pasting the expression from Word.&amp;nbsp; Word was using "Smart Quotes" which I had to disable.&amp;nbsp; Qlik doesn't recognize these Smart Quotes.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 17:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534690#M62695</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2019-01-24T17:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spaces in Set Analysis Values</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534691#M62696</link>
      <description>&lt;P&gt;Yes, single quotes would have worked, but I specifically wanted double quotes to account for lower-case spelling variations.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 17:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Spaces-in-Set-Analysis-Values/m-p/1534691#M62696</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2019-01-24T17:26:28Z</dc:date>
    </item>
  </channel>
</rss>

