<?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: View a KPI for a rolling 13 week period in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631235#M46993</link>
    <description>&lt;P&gt;Doesn't work unfortunately, do you know any other way to do a count of only rows in a table with a certain date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 18:15:20 GMT</pubDate>
    <dc:creator>jgreen95</dc:creator>
    <dc:date>2019-10-03T18:15:20Z</dc:date>
    <item>
      <title>View a KPI for a rolling 13 week period</title>
      <link>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631224#M46991</link>
      <description>&lt;P&gt;I am trying to calculate a KPI value for a rolling 13 week period.&lt;/P&gt;&lt;P&gt;The Count distinct element works fine,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Actual End Date-Inspection Logged.MyCalendar1.WeekEnd]&lt;/SPAN&gt; is retuning the correct date&lt;/P&gt;&lt;P&gt;I have then set [Current Week-13} as a variable&amp;nbsp; using a formula to calculate the correct date.&lt;/P&gt;&lt;P&gt;Using this as my formula:&lt;/P&gt;&lt;P&gt;COUNT(DISTINCT{&amp;lt;[Inspection Category]={"Category A"}, [Actual End Date-Inspection Logged.MyCalendar1.WeekEnd] &amp;gt;[Current Week-13]&amp;gt;} INSPECTION_NOTICE_ID )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be very useful&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631224#M46991</guid>
      <dc:creator>jgreen95</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: View a KPI for a rolling 13 week period</title>
      <link>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631229#M46992</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count(DISTINCT {&amp;lt;[Inspection Category] = {"Category A"}, [Actual End Date-Inspection Logged.MyCalendar1.WeekEnd] = {"&amp;gt;$(=[Current Week-13])&amp;gt;} INSPECTION_NOTICE_ID)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631229#M46992</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-03T17:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: View a KPI for a rolling 13 week period</title>
      <link>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631235#M46993</link>
      <description>&lt;P&gt;Doesn't work unfortunately, do you know any other way to do a count of only rows in a table with a certain date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 18:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631235#M46993</guid>
      <dc:creator>jgreen95</dc:creator>
      <dc:date>2019-10-03T18:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: View a KPI for a rolling 13 week period</title>
      <link>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631248#M46994</link>
      <description>&lt;P&gt;What does the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;[Current Week-13]&lt;/FONT&gt;&lt;/STRONG&gt; variable contain?&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&amp;lt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Inspection Category] = {'Category A'}, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Actual End Date-Inspection Logged.MyCalendar1.WeekEnd] = {"&amp;gt;$(=[Current Week-13])&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;} &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; distinct [INSPECTION_NOTICE_ID]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 19:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/View-a-KPI-for-a-rolling-13-week-period/m-p/1631248#M46994</guid>
      <dc:creator>JGMDataAnalysis</dc:creator>
      <dc:date>2019-10-03T19:14:07Z</dc:date>
    </item>
  </channel>
</rss>

