<?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: Changing Status Between Period. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-Status-Between-Period/m-p/1262079#M397997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&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;count({&amp;lt;SalesId= p({&amp;lt;Month={'Oct'},Status-={'Delivered'}&amp;gt;}),Month = {"Nov"},Status = {"Delivered"} &amp;gt;}SalesId) &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;Regards,&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;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 10:42:25 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-02-13T10:42:25Z</dc:date>
    <item>
      <title>Changing Status Between Period.</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Status-Between-Period/m-p/1262078#M397996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Sales Table:&lt;/P&gt;&lt;P&gt;SalesID,&lt;/P&gt;&lt;P&gt;Month (Oct, Nov)&lt;/P&gt;&lt;P&gt;Status (Invoiced, Sold, Delivered)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display and count the SalesID who have been invoiced or Sold in 'Oct' and Delivered in 'Nov',&lt;/P&gt;&lt;P&gt;the Salesid who change to Delivered in Oct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Month={'Oct'},Status-={'Delivered'}&amp;gt;}SalesId) ------&amp;gt; not delivered in Oct.&lt;/P&gt;&lt;P&gt;count({&amp;lt;Month={'Nov'},Status={'Delivered'}&amp;gt;}SalesId) ------&amp;gt; Delivered in Nov.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;not delivered in Oct. -&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Delivered in Nov&amp;nbsp;&amp;nbsp; -------&amp;gt; will give me all the SalesID. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But I need only the SalesID Del in Nov and not in Oct.&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;&lt;IMG alt="eee.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152890_eee.png" style="height: 349px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I need the display only SalesID 2 and 3.&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 10:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Status-Between-Period/m-p/1262078#M397996</guid>
      <dc:creator>ch_riadh</dc:creator>
      <dc:date>2017-02-13T10:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Status Between Period.</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Status-Between-Period/m-p/1262079#M397997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&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;count({&amp;lt;SalesId= p({&amp;lt;Month={'Oct'},Status-={'Delivered'}&amp;gt;}),Month = {"Nov"},Status = {"Delivered"} &amp;gt;}SalesId) &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;Regards,&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;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 10:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Status-Between-Period/m-p/1262079#M397997</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-13T10:42:25Z</dc:date>
    </item>
  </channel>
</rss>

