<?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: period compare in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/period-compare/m-p/17240#M458227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try - sum( {$&amp;lt;yearmonth =&lt;STRONG&gt; {"=$(vYearMonth)"}&lt;/STRONG&gt; , Year=,Month =&amp;nbsp; &amp;gt; } Amount) - this works only for 1 selected value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In variable overview --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vYearMonth &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;GetFieldSelections(RangeYearMonth)&lt;/STRONG&gt;&amp;nbsp; (dont put equal sign here)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if there are multiple selections, this doest work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2018 16:05:29 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2018-04-25T16:05:29Z</dc:date>
    <item>
      <title>period compare</title>
      <link>https://community.qlik.com/t5/QlikView/period-compare/m-p/17238#M458225</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;i'm trying to compare between two periods in the same strait table,&lt;/P&gt;&lt;P&gt;user selection based on a floating field (numeric date field with alias) .&lt;/P&gt;&lt;P&gt;expression based on a variable that holds user selection&lt;/P&gt;&lt;P&gt;vYearMonth=GetFieldSelections(RangeYearMonth)&lt;/P&gt;&lt;P&gt;tried it with:&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;yearmonth = {'=$(vYearMonth)'} , Year=,Month =&amp;nbsp; &amp;gt; } Amount)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Month=, yearmonth = {"=$(=vYearMonth)"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=, Month=, yearmonth={"$(vYearMonth)"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;but..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;non of them work&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;any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;advanced thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 13:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/period-compare/m-p/17238#M458225</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2018-04-25T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: period compare</title>
      <link>https://community.qlik.com/t5/QlikView/period-compare/m-p/17239#M458226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have single selection or multiple selections in RangeYearMonth? May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({$&amp;lt;yearmonth = P(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RangeYearMonth)&lt;/SPAN&gt;, Year, Month&amp;gt;} Charge)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 14:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/period-compare/m-p/17239#M458226</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-25T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: period compare</title>
      <link>https://community.qlik.com/t5/QlikView/period-compare/m-p/17240#M458227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try - sum( {$&amp;lt;yearmonth =&lt;STRONG&gt; {"=$(vYearMonth)"}&lt;/STRONG&gt; , Year=,Month =&amp;nbsp; &amp;gt; } Amount) - this works only for 1 selected value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In variable overview --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vYearMonth &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;GetFieldSelections(RangeYearMonth)&lt;/STRONG&gt;&amp;nbsp; (dont put equal sign here)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if there are multiple selections, this doest work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 16:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/period-compare/m-p/17240#M458227</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-04-25T16:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: period compare</title>
      <link>https://community.qlik.com/t5/QlikView/period-compare/m-p/17241#M458228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;worked for both, thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 10:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/period-compare/m-p/17241#M458228</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2018-04-26T10:17:57Z</dc:date>
    </item>
  </channel>
</rss>

