<?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 Qlik Sense June 2017 - Dollar Sign Expansion Change in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370438#M30907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not really sure if this is a bug or a correction of a bug, but wanted to see if anyone else is experiencing this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously I was using the first formula below to calculate the number of assets that were updated in the last month, but after upgrading to the June 2017 release I had to convert it to the second or third formula. It seems to be that quotes (single or double) placed inside of dollar sign expansions now interact with those outside of the expansion. Before, they were calculated within the dollar sign expansion and then the calculated value was placed within the exterior quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Qlik Sense 3.2.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count({$ &amp;lt;&lt;SPAN style="font-size: 10pt;"&gt;[Asset Last Updated Date.Month] = {&lt;SPAN style="; color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;$(=Year(Today(1)) &amp;amp; ' - ' &amp;amp; Date(Today(1), 'MMMM'))&lt;SPAN style="; color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;} Distinct [AssetId])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: underline;"&gt;&lt;STRONG&gt;Qlik Sense June 2017 - 11.11.1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Removing Single Quotes and Adding Chr(39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Asset Last Updated Date.Month] = {$(=&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Chr(39) &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt; Year(Today(1)) &amp;amp; ' - ' &amp;amp; Date(Today(1), 'MMMM') &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;amp; Chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;)}&amp;gt;} Distinct [AssetId])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Replacing Single Quotes with Double Quotes&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Asset Last Updated Date.Month] = {&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 18.6667px;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;$(=Year(Today(1)) &amp;amp; ' - ' &amp;amp; Date(Today(1), 'MMMM'))&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 18.6667px;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;}&amp;gt;} Distinct [AssetId])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any confirmations/explanations would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Justin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2017 18:36:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-25T18:36:42Z</dc:date>
    <item>
      <title>Qlik Sense June 2017 - Dollar Sign Expansion Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370438#M30907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not really sure if this is a bug or a correction of a bug, but wanted to see if anyone else is experiencing this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously I was using the first formula below to calculate the number of assets that were updated in the last month, but after upgrading to the June 2017 release I had to convert it to the second or third formula. It seems to be that quotes (single or double) placed inside of dollar sign expansions now interact with those outside of the expansion. Before, they were calculated within the dollar sign expansion and then the calculated value was placed within the exterior quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Qlik Sense 3.2.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count({$ &amp;lt;&lt;SPAN style="font-size: 10pt;"&gt;[Asset Last Updated Date.Month] = {&lt;SPAN style="; color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;$(=Year(Today(1)) &amp;amp; ' - ' &amp;amp; Date(Today(1), 'MMMM'))&lt;SPAN style="; color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;} Distinct [AssetId])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: underline;"&gt;&lt;STRONG&gt;Qlik Sense June 2017 - 11.11.1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Removing Single Quotes and Adding Chr(39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Asset Last Updated Date.Month] = {$(=&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Chr(39) &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt; Year(Today(1)) &amp;amp; ' - ' &amp;amp; Date(Today(1), 'MMMM') &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;amp; Chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;)}&amp;gt;} Distinct [AssetId])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Replacing Single Quotes with Double Quotes&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Asset Last Updated Date.Month] = {&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 18.6667px;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;$(=Year(Today(1)) &amp;amp; ' - ' &amp;amp; Date(Today(1), 'MMMM'))&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 18.6667px;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;}&amp;gt;} Distinct [AssetId])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any confirmations/explanations would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Justin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370438#M30907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T18:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense June 2017 - Dollar Sign Expansion Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370439#M30908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;i have a similar problem with double quote/ single quote in expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/267756"&gt;Bug in new Qliksense Version June 2017 expression measure&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Qlik support response that this is the best solution (replace " with chr39) for old version and new version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370439#M30908</guid>
      <dc:creator>matteo901p</dc:creator>
      <dc:date>2017-07-26T13:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense June 2017 - Dollar Sign Expansion Change</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370440#M30909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matteo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw your question as well in my search for answers, thanks for following up with what Qlik told you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the solution I went with as it seems to be the most future proof.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-June-2017-Dollar-Sign-Expansion-Change/m-p/1370440#M30909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-26T15:19:27Z</dc:date>
    </item>
  </channel>
</rss>

