<?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 Build a Churn Model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368995#M460248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a conceptual question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three fields &lt;STRONG&gt;SUBSCRIPTION START DATE &lt;/STRONG&gt;and &lt;STRONG&gt;SUBSCRIPTION END DATE &lt;/STRONG&gt;and &lt;STRONG&gt;SUBSCRIPTION AMOUNT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to be able to &lt;STRONG&gt;SUM&lt;/STRONG&gt; the &lt;STRONG style="font-size: 13.3333px;"&gt;SUBSCRIPTION AMOUNT &lt;/STRONG&gt;month by month to show churn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that I cannot use the start or end date fields as my date column ... I feel like I need to make a new date. Also, I am not sure how to write the set analysis to evaluate between these two dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis below has worked for me, but I am not sure how to represent this OVER TIME that is now start or end date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt; Won ={'1'},[Subscription End Date]={"&amp;gt;=$(=Date(Today(),'MM/DD/YYYY'))"}&amp;gt;} [ARR-equivalent (converted)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 14:38:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-14T14:38:32Z</dc:date>
    <item>
      <title>Build a Churn Model</title>
      <link>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368995#M460248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a conceptual question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three fields &lt;STRONG&gt;SUBSCRIPTION START DATE &lt;/STRONG&gt;and &lt;STRONG&gt;SUBSCRIPTION END DATE &lt;/STRONG&gt;and &lt;STRONG&gt;SUBSCRIPTION AMOUNT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to be able to &lt;STRONG&gt;SUM&lt;/STRONG&gt; the &lt;STRONG style="font-size: 13.3333px;"&gt;SUBSCRIPTION AMOUNT &lt;/STRONG&gt;month by month to show churn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that I cannot use the start or end date fields as my date column ... I feel like I need to make a new date. Also, I am not sure how to write the set analysis to evaluate between these two dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis below has worked for me, but I am not sure how to represent this OVER TIME that is now start or end date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt; Won ={'1'},[Subscription End Date]={"&amp;gt;=$(=Date(Today(),'MM/DD/YYYY'))"}&amp;gt;} [ARR-equivalent (converted)])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368995#M460248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-14T14:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Build a Churn Model</title>
      <link>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368996#M460249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using While loop in script to create a date field from start and end date&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368996#M460249</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-14T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Build a Churn Model</title>
      <link>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368997#M460250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar to Sunny's response.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2940"&gt;Creating Reference Dates for Intervals&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 14:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Build-a-Churn-Model/m-p/1368997#M460250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-14T14:42:42Z</dc:date>
    </item>
  </channel>
</rss>

