<?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: Difference/Trend based on Month(s) field - Retention in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458423#M795780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try to use above function,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;create measure like below&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;alt(sum(Customers)-Above(Customers),0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188843_Capture.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 03:37:08 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2018-01-04T03:37:08Z</dc:date>
    <item>
      <title>Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458422#M795779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following Data model with the fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Customers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Month&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;Customers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170&lt;/P&gt;&lt;P&gt;Apr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 220&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to provide users option where the users can select any month or months and the difference between the selected month(s) and the remaining months should be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if the user selects Jan, the following output should be seen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Month&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;Customers&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt; Difference&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 &lt;/P&gt;&lt;P&gt;Apr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 220&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -20&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user should be able to pick any month or months instead of Jan, dynamically and based on the selected month, the Difference column should be calculated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458422#M795779</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458423#M795780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Try to use above function,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;create measure like below&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;alt(sum(Customers)-Above(Customers),0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188843_Capture.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 03:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458423#M795780</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-01-04T03:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458424#M795781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188846_Capture.PNG" style="height: 256px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 03:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458424#M795781</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-04T03:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458425#M795782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is a bit different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The User should be able to pick a month and the difference should be based on the selected month.&lt;/P&gt;&lt;P&gt;For example, if the user selects March, the difference for all the months should be (March ~ Individual Months)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 03:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458425#M795782</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-04T03:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458426#M795783</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;Thank you so much. Can we do the same thing for multiple months? In case, if the user selects two or months, for example, Jan and Feb, the result should be (Jan + Feb) ~ each individual remaining months. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 04:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458426#M795783</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-04T04:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458427#M795784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month filter has always one selected value . uncheck that and select multiple months , it shall work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but let me warn you i have used alternate states here. you can do the other way around and use table in alternate state and filter in inherited state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 04:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458427#M795784</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-04T04:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458428#M795785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selecting multiple months is not giving the right numbers in the result column. Any changes needed for the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 04:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458428#M795785</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-04T04:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458429#M795786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what i am getting . feb+jan - months . is the requiremnt diffrent. if so please post the expected output &lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188848_Capture.PNG" style="height: 213px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 05:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458429#M795786</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-04T05:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458430#M795787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The state works for once and gives correct values soon after. But when I change the sheet, reload data or close and open the file, the state isn't working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 21:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458430#M795787</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-05T21:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458431#M795788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Alternate state gives out the result column when created. But later doesn't give the values which are correct. Strange. Any reason why it is behaving this way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 02:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458431#M795788</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-08T02:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458432#M795789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please explain the&amp;nbsp; issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 07:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458432#M795789</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-08T07:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458433#M795790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I create the alternate state, assign it to the list box, the values in the column show up correct. But after I reopen the document, or add other objects or even try to change the sheet and come back, the column shows incorrect values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 11:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458433#M795790</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-08T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458434#M795791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As soon as I create the alternate state, assign it to the list box and create an expression in the chart, the resultant column shows right values. But once I make other selections or clear selections and make the same selections in the list box, the values are messed up. I have to create a new alternate state and assign it again in order to see the correct values. Even that shows the same issue after clearing out the selections and picking them again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458434#M795791</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-08T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458435#M795792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pradosh, I have another column called Users that contains all the Users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When I select the month, I should see the values in the column only for the subsequent months. Meaning, if I select Mar, I should see the result values from Mar or Apr but not the previous months.&lt;/P&gt;&lt;P&gt;2. I also need to check what users are present in the Selected month and the remaining months and show the Result.&lt;/P&gt;&lt;P&gt;For example, when March is selected, the resultant column should show only those Users that are common in March and the remaining months respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 16:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458435#M795792</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-08T16:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference/Trend based on Month(s) field - Retention</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458436#M795793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pradosh, I have another column called Users that contains all the Users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When I select the month, I should see the values in the column only for the subsequent months. Meaning, if I select Mar, I should see the result values from Mar or Apr but not the previous months.&lt;/P&gt;&lt;P&gt;2. I also need to check what users are present in the Selected month and the remaining months and show the Result.&lt;/P&gt;&lt;P&gt;For example, when March is selected, the resultant column should show only those Users that are common in March and the remaining months respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 18:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-Trend-based-on-Month-s-field-Retention/m-p/1458436#M795793</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-01-08T18:07:19Z</dc:date>
    </item>
  </channel>
</rss>

