<?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 help in calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108815#M366970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I got a pivot table by Month Year &lt;/P&gt;&lt;P&gt;the user selects Jan 2016&lt;/P&gt;&lt;P&gt;and I want to count the number of customers that had only invoice transactions in Feb 2015&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;P&gt;Feb 2015 is calculated from Jan 2016 i.e. it is the date 11 months prior to Jan 2016&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2016 10:28:00 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2016-08-15T10:28:00Z</dc:date>
    <item>
      <title>help in calculation</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108815#M366970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I got a pivot table by Month Year &lt;/P&gt;&lt;P&gt;the user selects Jan 2016&lt;/P&gt;&lt;P&gt;and I want to count the number of customers that had only invoice transactions in Feb 2015&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;P&gt;Feb 2015 is calculated from Jan 2016 i.e. it is the date 11 months prior to Jan 2016&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 10:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108815#M366970</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-08-15T10:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: help in calculation</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108816#M366971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use set analysis&lt;/P&gt;&lt;P&gt;Count{&amp;lt;MonthYear={$(=addmonths(MonthYear,-11)}&amp;gt;}Value&lt;/P&gt;&lt;P&gt;it maybe that you Need to Format the dateformat using date(=addmonths(MonthYear,-11,'YYYYMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 10:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108816#M366971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-15T10:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: help in calculation</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108817#M366972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and is it possible to list them instead of counting them&lt;/P&gt;&lt;P&gt;I mean next to Jan 2016 display the names of the customers who got invoiced only in Feb 2015&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 10:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108817#M366972</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-08-15T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: help in calculation</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108818#M366973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not tested ..&lt;/P&gt;&lt;P&gt;may be like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your field is Customername&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Only({$&amp;lt;MonthYear={$(=addmonths(MonthYear,-11)}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Customername&lt;/SPAN&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;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;&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;or&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 style="margin-bottom: 0.85pt; font-size: 13.3333330154419px;"&gt;&lt;SPAN style="; color: #538135; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;=Concat({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear={$(=addmonths(MonthYear,-11)}&amp;gt;&lt;/SPAN&gt;&amp;gt;} DISTINCT &lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customername&lt;/SPAN&gt;, ', &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;'))&lt;/STRONG&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;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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 11:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-calculation/m-p/1108818#M366973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-15T11:01:25Z</dc:date>
    </item>
  </channel>
</rss>

