<?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: Maximum period per year with expansion sign in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356172#M30288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you very much for your answer, it is very useful to solve the problem that I have, thanks David&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 13:43:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-30T13:43:16Z</dc:date>
    <item>
      <title>Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356166#M30282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hello, I have this problem, when I apply a formula to the following years &lt;STRONG&gt;MonthName(Max(Periodo),&lt;/STRONG&gt; it returns the last month of the year with data, which is correct, but doing so in this way&lt;STRONG&gt; '$(=MonthName(Max(Periodo)))',&lt;/STRONG&gt; brings me the total value, could someone help me, I need the Value in quotation marks for a set analysis&amp;nbsp; &lt;SPAN lang="en"&gt;Thank you&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;SPAN lang="en"&gt;&lt;IMG alt="I get this.png" class="jive-image image-1" height="249" src="/legacyfs/online/165130_I get this.png" style="height: 249.188px; width: 261px;" width="261" /&gt;&amp;nbsp;&amp;nbsp; &lt;IMG alt="expected.png" class="jive-image image-2" height="260" src="https://community.qlik.com/legacyfs/online/165134_expected.png" style="height: 260.315px; width: 231px;" width="231" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 21:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356166#M30282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T21:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356167#M30283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #212121;"&gt; '$(=MonthName(Max(Periodo)))'&lt;/STRONG&gt; is evaluated once per chart.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 06:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356167#M30283</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-05-30T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356168#M30284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 16px; font-family: arial, sans-serif; color: #212121;"&gt;try without the equal sign&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 16px; font-family: arial, sans-serif; color: #212121;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$(MonthName(Max(Periodo)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 07:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356168#M30284</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-30T07:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356169#M30285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between the $() expressions and the ones without $() is that the first is evaluated globally, for the entire data set. The latter is evaluated for each row, thus is taking into account the dimensions used in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached file. Is not the best solution, but I hope it will provide you with some useful hints.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 07:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356169#M30285</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-05-30T07:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356170#M30286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;thanks for your answer Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356170#M30286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356171#M30287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I already tried, thanks for your answer Vinneeth&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356171#M30287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T13:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum period per year with expansion sign</title>
      <link>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356172#M30288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you very much for your answer, it is very useful to solve the problem that I have, thanks David&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Maximum-period-per-year-with-expansion-sign/m-p/1356172#M30288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T13:43:16Z</dc:date>
    </item>
  </channel>
</rss>

