<?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: Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771455#M1031411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find attached solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2015 14:53:34 GMT</pubDate>
    <dc:creator>reshmakala</dc:creator>
    <dc:date>2015-02-09T14:53:34Z</dc:date>
    <item>
      <title>Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771453#M1031409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;I would like to get&amp;nbsp; ( in the Blue text box of the Qkw file joined ),the sum(CA1)&amp;nbsp; for January 2014 (100 €).&lt;/P&gt;&lt;P&gt;This box must report for each month of&amp;nbsp; "Date_ca" the sum(CA1) for the previous year (don't know if very clear )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771453#M1031409</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2015-02-09T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771454#M1031410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxime, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {1 &amp;lt;annee_mois={ "$(=left(Date_ca,4)-1 &amp;amp; '/' &amp;amp; $(=mid(Date_ca,5,2) ) )"} &amp;gt; } CA1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771454#M1031410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T14:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771455#M1031411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find attached solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771455#M1031411</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2015-02-09T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771456#M1031412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is correct, but why don't use date formatting functions instead of string functions.&amp;nbsp; It is much easier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {1 &amp;lt;annee_mois={ "$(=date(addyears(date#(Date_ca,'YYYYMMDD'),-1),'YYYY/MM'))"} &amp;gt; } CA1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 15:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771456#M1031412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771457#M1031413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael,&amp;nbsp; Works perfectly !&lt;/P&gt;&lt;P&gt;You're right, date formatting is better !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 15:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771457#M1031413</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2015-02-09T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771458#M1031414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello maxime66, please close the thread selecting what answer was helpful or the solution, in order to help the rest of users to search threads with correct answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 14:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/771458#M1031414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T14:31:40Z</dc:date>
    </item>
  </channel>
</rss>

