<?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: expression for rolling six months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647900#M731146</link>
    <description>&lt;P&gt;wow. it worked. thank you so much Sunny&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 12:03:24 GMT</pubDate>
    <dc:creator>prrajendran</dc:creator>
    <dc:date>2019-11-18T12:03:24Z</dc:date>
    <item>
      <title>expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647884#M731140</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;i have the following data with Month names and the corresponding %. i have to build a chart/table with Month name as dimension and two expressions 1. Current Month % as it is 2. Previous six months average.&lt;/P&gt;&lt;P&gt;For example, if the Month name is September-2019, then current month % is 86.69% and Previous six months average should be 85.03%. can you please help me with the expression? i cannot do this in the data.&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Month Year&lt;/TD&gt;&lt;TD&gt;Current Month %&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01-2019&lt;/TD&gt;&lt;TD&gt;84.81%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02-2019&lt;/TD&gt;&lt;TD&gt;83.94%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;03-2019&lt;/TD&gt;&lt;TD&gt;84.43%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;04-2019&lt;/TD&gt;&lt;TD&gt;84.51%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;05-2019&lt;/TD&gt;&lt;TD&gt;86.25%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;06-2019&lt;/TD&gt;&lt;TD&gt;85.86%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;07-2019&lt;/TD&gt;&lt;TD&gt;85.19%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;08-2019&lt;/TD&gt;&lt;TD&gt;85.07%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;09-2019&lt;/TD&gt;&lt;TD&gt;86.69%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10-2019&lt;/TD&gt;&lt;TD&gt;85.50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11-2019&lt;/TD&gt;&lt;TD&gt;87.09%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647884#M731140</guid>
      <dc:creator>prrajendran</dc:creator>
      <dc:date>2024-11-16T19:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647886#M731141</link>
      <description>&lt;P&gt;May be this for Previous Six Month Average&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeAvg(Above([Current Month %], 0, 6))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 Nov 2019 11:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647886#M731141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-18T11:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647890#M731142</link>
      <description>&lt;P&gt;sunny,&lt;/P&gt;&lt;P&gt;thank you for replying. but my Current month % is a calculated field not direct from data. can you please help me with set expression?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 11:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647890#M731142</guid>
      <dc:creator>prrajendran</dc:creator>
      <dc:date>2019-11-18T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647892#M731143</link>
      <description>&lt;P&gt;What is the expression behind Current Month %?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 11:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647892#M731143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-18T11:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647893#M731144</link>
      <description>&lt;P&gt;this is the expression sunny&lt;/P&gt;&lt;P&gt;count (DISTINCT{&amp;lt;[ProductNum]={'&amp;gt;0'}&amp;gt;}Sales)&lt;BR /&gt;/&lt;BR /&gt;(count (DISTINCT{&amp;lt;[ProductNum]={'&amp;gt;0'}&amp;gt;}Sales) + count (DISTINCT{&amp;lt;[InvoiceNum]={'&amp;gt;0'}&amp;gt;}Sales))&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 11:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647893#M731144</guid>
      <dc:creator>prrajendran</dc:creator>
      <dc:date>2019-11-18T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647894#M731145</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeAvg(Above(

count (DISTINCT{&amp;lt;[ProductNum]={'&amp;gt;0'}&amp;gt;}Sales)
/
(count (DISTINCT{&amp;lt;[ProductNum]={'&amp;gt;0'}&amp;gt;}Sales) + count (DISTINCT{&amp;lt;[InvoiceNum]={'&amp;gt;0'}&amp;gt;}Sales))

, 0, 6))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 18 Nov 2019 11:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647894#M731145</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-18T11:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: expression for rolling six months</title>
      <link>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647900#M731146</link>
      <description>&lt;P&gt;wow. it worked. thank you so much Sunny&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-for-rolling-six-months/m-p/1647900#M731146</guid>
      <dc:creator>prrajendran</dc:creator>
      <dc:date>2019-11-18T12:03:24Z</dc:date>
    </item>
  </channel>
</rss>

