<?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: requirement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25830#M4258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is a bit confusing to me. &lt;/P&gt;&lt;P&gt;You have 2 tables with the same data? &lt;/P&gt;&lt;P&gt;is this field yearmonth qualified for the table it is in? or do you have a kalendar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 10:50:08 GMT</pubDate>
    <dc:creator>bramkn</dc:creator>
    <dc:date>2018-03-14T10:50:08Z</dc:date>
    <item>
      <title>requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25829#M4257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement where I need to calculate sum(some field)&lt;/P&gt;&lt;P&gt;now I have two tables in my script(both having yearmonth flag),&lt;/P&gt;&lt;P&gt;sum(field) will be calculated when say yearmonth of table 1 is dec2017 den I need to take sum(field) where yearmonth in field2 shud be nov2017(I month befoe),&lt;/P&gt;&lt;P&gt;how I shud incorporate in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25829#M4257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T10:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25830#M4258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is a bit confusing to me. &lt;/P&gt;&lt;P&gt;You have 2 tables with the same data? &lt;/P&gt;&lt;P&gt;is this field yearmonth qualified for the table it is in? or do you have a kalendar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25830#M4258</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-03-14T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25831#M4259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data is different in both tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25831#M4259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25832#M4260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;sum({&amp;lt;yearmonthfield1={'dec2017'}&amp;gt;}field1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;yearmonthfield2={'nov2017'}&amp;gt;}field2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25832#M4260</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-03-14T11:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25833#M4261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;yearmonth={'201712'},yearmonth2={'201711'}&amp;gt;}field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25833#M4261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-14T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25834#M4262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you load it ??&lt;/P&gt;&lt;P&gt;when concatenate it are you creating any flag??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like &lt;/P&gt;&lt;P&gt;sum({&amp;lt;flag={'Table 1'},yearMonth={"$(=max(yearMonth))"}&amp;gt;}field)-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;flag={'Table 2'},yearMonth={"$(=AddMonths(max(yearMonth),-1))"}&amp;gt;}field)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25834#M4262</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-14T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/25835#M4263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with numbers you don't need the ''&lt;/P&gt;&lt;P&gt;if this is what you are looking for yes this should work. Without samples I can't help much more. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/25835#M4263</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-03-14T11:07:57Z</dc:date>
    </item>
  </channel>
</rss>

